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)
commitd92cf2f5ca5d8c4c0cd57d2a8bd0920d6ad22382
tree4ce3c3698ed9f2ca0e35f4d55e4a31593bbbaec3
parente27b1c4b71ab9cad6b2e41d7ff2cf41c3d8b8d3e
Recast to unicode when normalizing on Python 2.x

* lib/mudpy/misc.py: Explicitly recast text to unicode type when passing
to unicodedata.normalize on Python 2.x.
lib/mudpy/misc.py