sindresorhus / transliterate

Convert Unicode characters to Latin characters using transliteration
MIT License
286 stars 20 forks source link

Can we add other languages like https://en.wikipedia.org/wiki/Tifinagh (for Berber languages) to this issue, or is it only related to Asian languages? #28

Open deltoro05 opened 3 months ago

deltoro05 commented 3 months ago
          Can we add other languages like https://en.wikipedia.org/wiki/Tifinagh (for Berber languages) to this issue, or is it only related to Asian languages?

The solution to allow for some untouched unicode ranges (provided in pull request https://github.com/sindresorhus/slugify/pull/30 that was closed) would be enough for my needs, but I understand it can be a bit difficult to use.

Here, the range would be 2D30—2D7F: https://symbl.cc/en/unicode/blocks/tifinagh/

Originally posted by @nhoizey in https://github.com/sindresorhus/transliterate/issues/1#issuecomment-1006998887