OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Character �



>   So, should U+0000 be interpreted as whitespace, non-whitespace, or
> an error?

2]    Char    ::=    #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD]
                 | [#x10000-#x10FFFF] 

Null is a fatal error -- #x0000 is neither whitespace nor non-whitespace.

- Dave