Hey all,
I was just refreshing my trunk build of restlet and noticed a bunch of
encoding issues throughout the codebase:
[javac]
/home/amrk/temp/restlet/trunk/build/temp/modules/org.restlet.ext.jaxrs_0.11/src/org/restlet/ext/jaxrs/internal/util/PathRegExp.java:218:
warning: unmappable character for encoding UTF-8
[javac] // 4. If the resulting string ends with �/� then remove
the final char.
Most of them seemed to be in the jaxrs module.
Mark
--
"It is easier to optimize correct code than to correct optimized code." --
Bill Harlan