org.enhydra.barracuda.core.util.dom.io
Class MkEncodingsTable

java.lang.Object
  |
  +--org.enhydra.barracuda.core.util.dom.io.MkEncodingsTable

public final class MkEncodingsTable
extends java.lang.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.


Constructor Summary
MkEncodingsTable()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MkEncodingsTable

public MkEncodingsTable()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Entry

java.io.IOException


Copyright © 2001 Enhydra.org