make/tools/src/build/tools/charsetmapping/CharsetMapping.java

Print this page

        

@@ -34,11 +34,11 @@
 import java.util.regex.Pattern;
 import java.util.*;
 
 public class CharsetMapping {
     public final static char UNMAPPABLE_DECODING = '\uFFFD';
-    public final static int  UNMAPPABLE_ENCODING = -1;
+    public final static int  UNMAPPABLE_ENCODING = 0xFFFD;
 
     public static class Entry {
         public int bs;   //byte sequence reps
         public int cp;   //Unicode codepoint
         public int cp2;  //CC of composite