grammatica-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Grammatica-users] Grammatica 1.4 sources corrupt?


From: Karl Weber
Subject: [Grammatica-users] Grammatica 1.4 sources corrupt?
Date: Sat, 5 Apr 2008 22:56:37 +0200
User-agent: KMail/1.9.5

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 = 
        "�!#�%&/=`'address@hidden,:;�ޮ�߫��������";

My environment is linux, eclipse 3.3.1.1 and java 1.6

-Karl.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]