google-code-export / zaplink

Automatically exported from code.google.com/p/zaplink
1 stars 0 forks source link

Mass extractor generates files with incorrect encoding #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#What version of the product are you using? ==> add a release label
"Dectected-on ...".

0.9 mass extractor

What steps will reproduce the problem?
1. Create a class.
2. Export to file.

What is the expected output?

An XML file encoded in UTF-8 with XML header containing UTF-8:

<?xml verison='1.0' encoding='utf-8'?>

What do you see instead?

An XML file encoded in UTF-8 but with XML header containing UTF-16:

<?xml verison='1.0' encoding='utf-16'?>

#Please provide any additional information below.
This poses a problem when trying to view or operate the file (through source 
code tools like RTC) in Eclipse.

Original issue reported on code.google.com by dominik....@gmail.com on 5 Mar 2012 at 2:07

GoogleCodeExporter commented 9 years ago
Could you give an example of UTF-8 data in XML file with UTF-16 header ?

Original comment by tar...@bensiali.net on 5 Apr 2012 at 12:27

GoogleCodeExporter commented 9 years ago
Issue closed because no answer from author for 2 months

Original comment by tar...@bensiali.net on 20 Jun 2012 at 12:56