JIS0201.h: New file, generated from Unicode table.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 17:25:08 +0000 (10:25 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 17:25:08 +0000 (10:25 -0700)
commit0ff6b2f10b96f79eeb088d4e77df272c60b04385
treecddd6c89fd51beb6c0917d09795fe8ba7e6fab1e
parent7b824de381af8ec76c78819f0858e935b6bb44b8
JIS0201.h: New file, generated from Unicode table.


* gnu/gcj/convert/JIS0201.h:  New file, generated from Unicode table.
* gnu/gcj/convert/Input_JavaSrc.java: New BytesToUnicode class.
* gnu/gcj/convert/Input_SJIS.java: New BytesToUnicode class.
* gnu/gcj/convert/Output_EUCJIS.java:  New UnicodeToBytes class.
* gnu/gcj/convert/Output_SJIS.java:  New UnicodeToBytes class.
* gnu/gcj/convert/natInput_EUCJIS.cc:  New file.
* gnu/gcj/convert/natInput_SJIS.cc:  New file.
* gnu/gcj/convert/natOutput_EUCJIS.cc:  New file.
* gnu/gcj/convert/natOutput_SJIS.cc:  New file.
* gnu/gcj/convert/make-trie.c:  New file: functions to make a trie.
* gnu/gcj/convert/gen-from-JIS.c:  Invoke make-trie for output.
* gnu/gcj/convert/Unicode_to_JIS.cc:  New generated trie table.

From-SVN: r26502
libjava/gnu/gcj/convert/Input_JavaSrc.java [new file with mode: 0644]
libjava/gnu/gcj/convert/Output_SJIS.java [new file with mode: 0644]
libjava/gnu/gcj/convert/Unicode_to_JIS.cc [new file with mode: 0644]
libjava/gnu/gcj/convert/natInput_SJIS.cc [new file with mode: 0644]