Tazinho / snakecase

🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
147 stars 9 forks source link

δ gets different transliterations by "Latin-ASCII" depending on OS and possibly encoding #146

Closed Tazinho closed 6 years ago

Tazinho commented 6 years ago

see https://github.com/gagolews/stringi/issues/305

Tazinho commented 6 years ago

Seems to be intended behaviour and "Greek-Latin" might be a suitable translilteration option in this case. The different behaviour hopefully becomes addressed for in the stringi issue, if it is not only due to different ICU/stringi versions.