[SML] i18n Name support?

John Cowan cowan at locke.ccil.org
Sun Nov 28 20:06:52 GMT 1999


Don Park scripsit:

> XML parsers I have seen uses the target
> platform's Unicode support to deal with it.  I doubt one
> can rely on all SML platforms to have such support.

Probably not.  But some parsers use their own tables.
It really isn't too hard: a table of characters valid
at the beginning of a name, and another table of characters
valid anywhere in a name, excluding the ones in the first
table.

The main issue is that if combining characters are allowed
to be first in a name, then they will attach to the <
character instead of standing alone, by Unicode rules.

-- 
John Cowan                                   cowan at ccil.org
       I am a member of a civilization. --David Brin

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list