python-stringcase icon indicating copy to clipboard operation
python-stringcase copied to clipboard

Make it work for Unicode characters

Open mikeyhew opened this issue 8 years ago • 1 comments

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

mikeyhew avatar Feb 22 '16 08:02 mikeyhew

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.

pykong avatar Mar 11 '18 17:03 pykong