Details
Description
Compilation of StringUtilTest.java fails under Windows, because there are un-escaped UTF-8 characters within the source code.
Either a compiler option must be used to tell the Java compiler that the source file is in UTF-8, or the special characters have to be escaped using the \uxxxx syntax.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 6.1.0rc0 [ 12923 ] | |
| Fix Version/s | 6.0.1 [ 12921 ] |
ooops.
fixed.