Re: FW: cannot compile resource bundle files...illegal character error:

2004-08-30 Thread Jason Lea
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

FW: cannot compile resource bundle files...illegal character error:

2004-08-30 Thread Shilpa Nalgonda
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