/[classpath]/classpath/gnu/java/io/encode/Encoder8859_2.java
ViewVC logotype

Diff of /classpath/gnu/java/io/encode/Encoder8859_2.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mark, Tue Jan 22 22:26:57 2002 UTC revision 1.4 by mark, Sat Feb 9 03:28:16 2002 UTC
# Line 324  static Line 324  static
324    scheme_name = "8859_2";    scheme_name = "8859_2";
325    scheme_description = "ISO-8859-2 (Latin-2 character set)";    scheme_description = "ISO-8859-2 (Latin-2 character set)";
326    lookup_table = lookup_table_8859_2;    lookup_table = lookup_table_8859_2;
327    loadTable();    EncoderEightBitLookup.loadTable();
328      // FIXME explicit super class is workaround for jikes1.15a and orp 1.0.9
329  }  }
330    
331  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26