> If there is an other way in python to get a list
> of lowercase and uppercase chars (or test a
> char for being uppercase) that is unicode
> compatible, I can fix it.
There is ponyguruma (http://sandbox.pocoo.org/),
python wrapper to the oniguruma regular expression
engine, that can handle unicode properties.
> If there is an other way in python to get a list sandbox. pocoo.org/),
> of lowercase and uppercase chars (or test a
> char for being uppercase) that is unicode
> compatible, I can fix it.
There is ponyguruma (http://
python wrapper to the oniguruma regular expression
engine, that can handle unicode properties.