]> gcc.gnu.org Git - gcc.git/commit
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)
commit7b824de381af8ec76c78819f0858e935b6bb44b8
tree86aa86aa2596f5675dbd136b44c9e1a168293346
parent063ee226edb855777a839a78036711e3e0f114e7
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: r26501
libjava/gnu/gcj/convert/Input_8859_1.java
libjava/gnu/gcj/convert/Input_SJIS.java [new file with mode: 0644]
libjava/gnu/gcj/convert/JIS0201.h [new file with mode: 0644]
libjava/gnu/gcj/convert/gen-from-JIS.c
libjava/gnu/gcj/convert/natInput_EUCJIS.cc
libjava/gnu/gcj/convert/natOutput_EUCJIS.cc [new file with mode: 0644]
This page took 0.062251 seconds and 5 git commands to generate.