python-stringcase
python-stringcase copied to clipboard
Make it work for Unicode characters
Right now the current implementation breaks for stringcase.pascalcase('snake_çase').
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.