This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The encoding 646 once again


>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:

Martin> Once upon a time i complaint about Sun Solaris' inability to
Martin> provide a working iconv implementation which caused my
Martin> application to try to find the 646 encoding about some million
Martin> times - it was not that fast.

Martin> Now i have to give gcj --encoding=UTF-8 in order to work on
Martin> Solaris otherwise it says hello.java:0: unknown encoding:
Martin> `646'.

Does using --encoding=ASCII work for you?  My understanding is that
646 is ASCII.  If `--encoding=ASCII' doesn't work then we'd need to
add more code.  If it does work then we just have to add alias
capability.  I think that is probably reasonable.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]