python-domain-models
python-domain-models copied to clipboard
Support of unicode strings
Implementation of unicode support needed because the library might be used with lots of different locales.
The idea is to implement it as is Python 2/3 does. Separate string and unicode in 2nd version and string in 3rd one.