|
From: | Etienne M. Gagnon |
Subject: | Re: Weird characters in java/lang/Character.java |
Date: | Thu, 23 Aug 2001 17:22:29 -0400 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.3) Gecko/20010819 |
Tom Tromey wrote:
I'm guessing that jikes is assuming one particular character encoding for the input file (probably UTF-8), while Character.java is actually written in Latin-1. So telling jikes about the actual encoding would probably work.
jikes -encoding latin1 fails too. ASCII (or Unicode escapes) rewrite would be best. Anyway, these are in the /** javadoc comments */ parts mainly, so they would probably cause problems for correct display in browsers.
Etienne -- Etienne M. Gagnon address@hidden SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/
[Prev in Thread] | Current Thread | [Next in Thread] |