okunishinishi / python-stringcase

String case converter for python.
https://pypi.python.org/pypi/stringcase
MIT License
206 stars 36 forks source link

Make it work for Unicode characters #1

Open mikeyhew opened 8 years ago

mikeyhew commented 8 years ago

Right now the current implementation breaks for stringcase.pascalcase('snake_çase').

pykong commented 6 years ago

If you are still interested, you may want to checkout: https://github.com/AlejandroFrias/case-conversion

That package is based on a battle tested string conversion engine. It not only offers acronym detection but was also build with unicode in mind.