org.enhydra.xml.io
Class MkEncodingsTable
java.lang.Object
|
+--org.enhydra.xml.io.MkEncodingsTable
- public final class MkEncodingsTable
- extends Object
Generate a file contain character encodings by parsing
the IANA Charset Registry, obtained from:
ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
This is a development-time tool, with special hacks to make up for
various java encoding names not in the table.
The resulting file has the format:
name bits mime-name alias1 alias2 ...
Where bits is 7, 8 or 16 and mime-name can be "null" if there is none
defined. This file will be converted to XML in a future release.
Method Summary |
(package private) static void |
()
Class initializer. |
static void |
main(String[] args)
Entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MkEncodingsTable
public MkEncodingsTable()
static void ()
- Class initializer.
main
public static void main(String[] args)
throws IOException
- Entry
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.