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 ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to