Hi,

I got the sources 1.4 of grammatica and tried to compile it. It failed with 
the following error message:
   
[javac] 
...../grammatica-1.4/test/src/java/net/percederberg/grammatica/parser/re/TestRegExp.java:56:
 
warning: unmappable character for encoding UTF8
[javac]         "�����������������������������������������������"; 

The source itself looks like

   /**
     * A set of normal characters from ISO-8859-1 .
     */
    private static final String LATIN_1_CHARACTERS =
        "�����������������������������������������������"; 
    
    /**
     * A set of symbol characters from ISO-8859-1 .
     */
    private static final String LATIN_1_SYMBOLS = 
        "�!#�%&/=`'[EMAIL PROTECTED],:;�ޮ�߫��������";

My environment is linux, eclipse 3.3.1.1 and java 1.6

-Karl.
_______________________________________________
Grammatica-users mailing list
Grammatica-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/grammatica-users

Reply via email to