I'm trying to run the unit tests for zxing. I'm running
ant test-blackbox
This fails, however, with the output:
Buildfile: c:\Workspace\zxing-2.1\core\build.xml
init:
build:
build-test:
    [javac] Compiling 109 source files to c:\Workspace\zxing-2.1\core\build-test
    [javac] c:\Workspace\zxing-2.1\core\test\src\com\google\zxing\client\result\URIParsedResultTestCase.java:73: error: unmappable character for encoding Cp1252
    [javac]                  "\u0013\u0013¬æZ{√π√é√ù√ö¬óZ¬ß¬®+y_zb√±k\u00117¬�\u000E¬Ü√ú\u0000\u0000\u0000\u0000" +
    [javac]                                                                                            ^
    [javac] 1 error
BUILD FAILED
c:\Workspace\zxing-2.1\core\build.xml:54: Compile failed; see the compiler error output for details.
Total time: 0 seconds
 
     
    