Not sure about using encoding="Unicode" on javac. However I have used
unicode in my java source and resource bundles.
I convert them to the standard java format using native2ascii then
compile those files.
There is an optional ant task for this:
http://ant.apache.org/manual/OptionalTasks/nati
I am not able to compile resource bundle classes, which are .java files that
require unicode settings. I am using ant scrpit to compile the files.
my ant scrpit look slike this:
I am using jdk1.4 and ant 1.4 to comp
2 matches
Mail list logo