"Fredrik Lundh" <fredrik@pythonware.com> writes: > As far as I know, there's no standard unicode normalizer in Python. Maybe that example shows that there should be: the codecs which use combining characters should then normalize the string on error, probably to NFC, and retry. Regards, Martin