Closed erdidoqan closed 4 years ago
This script can't detect text's lang.
Just add chars manually to end of replacement.js
, ['ü', 'u'], ['Ü', 'u'], ['ö', 'o'], ['Ö', 'o'],
Closing in favor of https://github.com/sindresorhus/transliterate/issues/2, which is a more general solution to this problem.
Have the same characters like 'Ö' and 'ö' in German and Turkish. How can we fix this?