New issue 136 by dominik....@gmail.com: Mass extractor generates files with
incorrect encoding
http://code.google.com/p/zaplink/issues/detail?id=136
#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.
Comment #1 on issue 136 by tar...@bensiali.net: Mass extractor generates
files with incorrect encoding
http://code.google.com/p/zaplink/issues/detail?id=136
Could you give an example of UTF-8 data in XML file with UTF-16 header ?