mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Default String to Unicode #156

Closed mikeywaites closed 7 years ago

mikeywaites commented 7 years ago

Instead of calling str() on the output of the String Pipeline instead call unicode(). I can't think of any reason to not do this over having a specific Unicode field although perhaps the type called on the pipeline can be configurable?

mikeywaites commented 7 years ago

155