[Python-3000] String comparison
Jim Jewett
jimjjewett at gmail.com
Thu Jun 14 18:54:15 CEST 2007
On 6/14/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> > There are also some that are explicitly not characters.
> > (U+FD00..U+FDEF)
> ??? U+FD00 is ARABIC LIGATURE HAH WITH YEH ISOLATED FORM,
> U+FDEF is unassigned.
Sorry; typo on my part. The start of the range is u+fdD0, not 00.
I suspect there may be others that are guaranteed never to get an
assignment, because of their location. (Example: The character would
have to have certain properties or be part of a specific script, but
adding more such characters would violate some other stability rule.)
-jJ
More information about the Python-3000
mailing list