[
Lists Home |
Date Index |
Thread Index
]
- From: "DuCharme, Robert" <DuCharmR@moodys.com>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Thu, 29 Apr 1999 14:04:25 -0400
>When you write your output, simple re-encode the file into the
>appropriate encoding
I figured it out in Java, using the list of encodings at
http://www.javasoft.com:80/products/jdk/1.1/docs/guide/intl/encoding.doc
.html. It's so cool, all the mapping work is already done!
Well, almost all. I couldn't find a mapping that let me output to 7-bit
ASCII (e.g. map auml, agrave, aacute, and acirc all to "a") but I can
see from the AnselInputStreamReader class that comes with Mike Kay's
GedML package (which demos his SAXON library) how to derive my own
StreamReader with my own mapping table. Look out umlauts.
Thanks David, and Mike,
Bob DuCharme www.snee.com/bob <bob@
snee.com> "The elements be kind to thee, and make thy
spirits all of comfort!" Anthony and Cleopatra, III ii
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|