in Main.java(323):
out = new LineWriter(new FileWriter(new File
(outputDir, xmlName + ".xml")), 24 * 1024);
The FileWriter use default encoding and not UTF8.
If you have some remarks attribute with french
characters like 'é', the XML file is invalid.
If you use the other constuctor for FileWriter, all
will be right I think.
out = new LineWriter(new FileOutputStream(new File
(outputDir, xmlName + ".xml")));
Many thanks for your great work!
Bernard
John Currier
Invalid results
None
Public
|
Date: 2006-10-20 02:20 Logged In: YES |
|
Date: 2006-10-05 04:59 Logged In: YES |
|
Date: 2006-05-14 19:22 Logged In: YES |
|
Date: 2006-05-14 07:17 Logged In: YES |
|
Date: 2006-05-14 01:58 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Pending | 2006-10-20 02:20 | sf-robot |
| close_date | 2006-10-05 04:59 | 2006-10-20 02:20 | sf-robot |
| status_id | Open | 2006-10-05 04:59 | johncurrier |
| close_date | - | 2006-10-05 04:59 | johncurrier |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use