classpath
[Top][All Lists]
Advanced

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

[Classpath] Compile Errors


From: arenn
Subject: [Classpath] Compile Errors
Date: Sun, 17 Sep 2000 20:39:31 -0500

I am trying to compile and am getting errors about string literals in
/gnu/java/locale/LocaleInformation_de.java.  A sample:

Found 9 semantic errors compiling 
"../gnu/java/locale/LocaleInformation_de.java":

    52.   
"&ae,\u00/$&Ae,\u00-$&oe,\u000&&Oe,\u00.&&ue,\u000,&Ue,\u00.,&ss,\u00./";
          <----------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a 
bad escape sequence?


    57. private static final String[] months = { "Januar", "Februar", 
"M\u00/$rz", 
                                                                      <---->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a 
bad escape sequence?


    65.   "Jan", "Feb", "M\u00/$r", "Apr", "Mai",
                        <--->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a 
bad escape sequence?

This is with Jikes 1.12.  Is there a special character encoding that
needs to be used with this?  Perhaps we should escape sequence anything
that isn't ASCII as I think these characters are valid Latin-1.

-- 
Aaron M. Renn (address@hidden) http://www.urbanophile.com/arenn/


reply via email to

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