gcc/libjava/gnu/gcj/convert
Tom Tromey f92351d76e encodings.pl: Added `ASCII' alias.
* scripts/encodings.pl: Added `ASCII' alias.
	* Makefile.in: Rebuilt.
	* Makefile.am (convert_source_files): Added new files.
	* gnu/gcj/convert/Input_ASCII.java: New file.
	* gnu/gcj/convert/Output_ASCII.java: New file.
	* gnu/gcj/convert/Output_8859_1.java (write): Use `?' to represent
	out-of-range characters.
	* gnu/gcj/convert/natIconv.cc (iconv_init): New method.
	(read): Swap bytes if required.  Treat `count' as character count,
	not byte count.
	(write): Likewise.  Also, handle case where iconv fails on a given
	character.
	(init): Put encoding into exception.
	* gnu/gcj/convert/IOConverter.java (iconv_byte_swap): New global.
	(static): Call iconv_init.  Rebuilt alias list.
	(iconv_init): New private method.

From-SVN: r37190
2000-11-01 17:00:02 +00:00
..
BytesToUnicode.java BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv. 2000-09-11 00:35:51 +00:00
Convert.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IOConverter.java encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
Input_8859_1.java encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
Input_ASCII.java encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
Input_EUCJIS.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Input_JavaSrc.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Input_SJIS.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Input_UTF8.java Input_UTF8.java (read): Fixed handling of surrogate characters. 2000-08-08 17:35:32 +00:00
Input_iconv.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
JIS0201.h JIS0201.h: New file, generated from Unicode table. 1999-04-16 10:25:08 -07:00
JIS0208.h Fix truncated comments. 1999-04-16 10:24:06 -07:00
JIS0208_to_Unicode.cc Initial revision 1999-04-07 14:42:40 +00:00
JIS0212.h Fix truncated comments. 1999-04-16 10:24:06 -07:00
JIS0212_to_Unicode.cc Initial revision 1999-04-07 14:42:40 +00:00
Output_8859_1.java encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
Output_ASCII.java encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
Output_EUCJIS.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Output_JavaSrc.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Output_SJIS.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Output_UTF8.java Input_UTF8.java (read): Fixed handling of surrogate characters. 2000-08-08 17:35:32 +00:00
Output_iconv.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnicodeToBytes.java BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv. 2000-09-11 00:35:51 +00:00
Unicode_to_JIS.cc JIS0201.h: New file, generated from Unicode table. 1999-04-16 10:25:08 -07:00
gen-from-JIS.c All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
make-trie.c All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natIconv.cc encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
natInput_EUCJIS.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natInput_SJIS.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natOutput_EUCJIS.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natOutput_SJIS.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00