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)
commit63d8825a2cce887a225697d0d1d7806b8483ad4c
treec70b2658248acae0a7e12cc92c84cd7137c9ac44
parent99a6895ddac47b5ccfa2a23c0bdbf860eff23b20
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