sindresorhus / transliterate

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

When Chinese characters are found, Can we leave it as-is instead of clearing it out? #27

Closed bs-thomas closed 1 year ago

bs-thomas commented 1 year ago

When Chinese characters are found, Can we leave it as-is instead of clearing it out?

The reason why I'm asking for this is because if you clear it out there's no way I can apply a second filter to do a job that this library cannot cover. If you leave it as it is then I can apply another filter from another third party library.

Thank you very much guys! It's a great library and keep up the great work!

bs-thomas commented 1 year ago

Sorry actually it doesn't clear out the text. So my problem doesn't exist actually. I will close the issue. Thanks!