Recast to unicode when normalizing on Python 2.x
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Oct 2013 01:26:22 +0000 (01:26 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Oct 2013 01:26:22 +0000 (01:26 +0000)
* lib/mudpy/misc.py: Explicitly recast text to unicode type when passing
to unicodedata.normalize on Python 2.x.


No differences found