Since version 0.9.7 JInto supports file encodings other
than ISO-8859-1 - it will honour the settings done in the properties
Dialog of the file.
If you have a file that eclipse considers to be in UTF-8 or UTF-16
format, JInto will save the file as UTF-8/UTF-16, without escaping
anything
If you have a file in another charset (like ISO-8859-x) JInto will
save the file in a US-ASCII compatible charset, escaping all
characters that are not available US-ASCII (using the \uXXXX
notation). |