Bug#197375: gcj dies when parsing java code with high ASCII values in it

2003-06-14 Thread Martin v. Löwis
Peter Hawkins <[EMAIL PROTECTED]> writes: > gcj doesn't appear to like high-valued characters in it's input stream. Please don't use the term "high ASCII", there is no such thing. Most likely, you are talking about Latin-1 (but it could also be that you are talking about UTF-8 or Latin-9). > Si

Bug#197375: gcj dies when parsing java code with high ASCII values in it

2003-06-14 Thread Matthias Klose
Peter Hawkins writes: > gcj doesn't appear to like high-valued characters in it's input > stream. I see this while trying to build parts of kdebindings: [...] > KIconView.java:34: error: unrecognized character in input stream. > you use this signal instead of the above mentioned. This way you

Bug#197375: gcj dies when parsing java code with high ASCII values in it

2003-06-14 Thread Peter Hawkins
Package: gcj-3.3 Version: 3.3-3 Severity: normal Hi... gcj doesn't appear to like high-valued characters in it's input stream. I see this while trying to build parts of kdebindings: KDirOperator.java:44: error: unrecognized character in input stream. from Björn Sahlström <[EMAIL PROTECTED]>