[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: xml-dev@xml.org
- Date: Fri, 18 Feb 100 22:08:57 -0500 (EST)
Steve Harris scripsit:
> The last time I used it (about 8 months ago), there were still some
> bugs in its parsing of its "ASCII-fied Unicode" where character values
> get expressed as '\uxxxx', where 'xxxx' is the Unicode code point in
> hex. If it read a string such as
>
> "We keep our files in D:\stuff\ugh\foo\bar."
This is not a bug. Remember that native2ascii is meant to handle Java
source code, not arbitrary plain text. In Java source, the above string
must appear as:
"We keep our files in D:\\stuff\\ugh\\foo\\bar."
--
John Cowan cowan@ccil.org
I am a member of a civilization. --David Brin
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/threads.html
***************************************************************************
|