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?
