Even if UTF-8 is set as default project encoding and charset of exported
files there are errors in output files. STML is correctly encoded. In order
to get it work properly I belive that you should change file
OutputCreatorThread.java line 70 to:
return new InputStreamReader(new BufferedInputStream(new
FileInputStream(peng.getAbsoluteSTMLFilename(dtn))),charset);
and also add this code near line 207 in Document.java:
if(mode == PrintModes.HELPSET)
w.write("<?xml version='1.0' encoding='"+charset+"' ?>\n");
Nobody/Anonymous
Interface (example)
None
Public
|
Date: 2007-08-18 16:54
|