[Python-3000] How will unicode get used?
Fredrik Lundh
fredrik at pythonware.com
Thu Sep 21 09:21:34 CEST 2006
David Hopwood wrote:
> For example, "ö" can be represented either as the precomposed character U+00F6,
> or as "o" followed by a combining diaeresis (U+006F U+0308).
normalization is a good thing, though:
http://www.w3.org/TR/charmod-norm/
(it would probably be a good idea to turn unicodedata.normalize into a
method for the new unicode string type).
</F>
More information about the Python-3000
mailing list