ets-labs / python-domain-models

Domain models framework for Python projects
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Support of unicode strings #35

Open boonya opened 7 years ago

boonya commented 7 years ago

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.