Next in thread → Next in month →

Re: [xml-dev] Unicode and XML (was Re: [xml-dev] Remembering the original XML vision)

From
Rick Jelliffe <>
To
Date
2003-02-24T03:55:37Z
ID
<00a501c2dbb8$973f2b00$>
Thread
Re: [xml-dev] Unicode and XML (was Re: [xml-dev] Remembering the original XML vision)
On Wednesday 19 February 2003 10:58 am, Tony Graham wrote:
>  > The Unicode Standard, Version 2.0, was published in 1996.  Section
>  > 5.14, Identifiers, contains guidelines for "the definition of
>  > identifier syntax."


Another aspect of this is that characters appropriate for identifiers in the
ASCII range will always vary, because they tend to be determined by
other aspects of the language in which the identifier is being defined for:
for example, "-+/%" cannot be used in languages that tokenize "-+/%" to be 
mathematical operators, "." cannot be used in languages that have a method or
field shorthand using ".",  [01-9] cannot be used in languages that take a leading
digit to signify the start of a number, and so on.

So it is the non-ASCII portion of the Unicode recommendations that are 
of interest, and these are pretty similar to XML 1.0.

Cheers
Rick Jelliffe
Next in thread → Next in month →