swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://www.swaroopch.com/Wrote-an-EDN-format-reader-and-writer-in-Python-11e0924249b181e3af8bdb9af1456373
Other
134 stars 31 forks source link

fixed unicode issues #24

Closed jshaw86 closed 9 years ago

jshaw86 commented 9 years ago

strings with u"" fail on .format calls in edn_dump

Signed-off-by: Jordan Shaw jordan@pubnub.com

swaroopch commented 9 years ago

I'm not sure how I missed this, but in any case I think this has been fixed by https://github.com/swaroopch/edn_format/pull/27 which I merged today.