The test case should work using the current encoding. The files are ISO-8859-1 encoded, but that probably is what doesn't work on linux. Perhaps we should check that test case in as a binary file?
Martijn
On 9/8/05, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
Is anyone developing on unix or linux? I just got this compile
exception from the latest CVS code.
StringsTest.java:193: warning: unmappable character for encoding UTF8
convertNonASCIIString("����������"),
The unit tests are also failing for this class because of this
problem. Couldn't the charactyers be encoded with standard unicode
(ex: \uA040) instead of using the actual glyphs?
