Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hi,
I see that in the Java Eclipse Editor there is the “Externalize Strings” in the Source menu .
It helps to find “externizable” strings in the java files and after that it automatically generates the *.properties files, with the proper Unicode escapes /u*** for non-ascii characters.
Unfortunately it does not work for the JSP or struts – so I have to write temporary files encoded in UTF-8 and use:
native2ascii -encoding UTF8 temporary.txt resources_xx.properties.
Three questions:
1. Does anybody know any better and faster method ?
2. Is there any editor for .properties , which generates Unicode escapes automatically ( with two views: ascii code with escapes , and UTF code ).
3. Is MyEclipse going to add full support for “String Exterialization” in the JSP and struts ? If so – when ?
Tadzio