jankrause / idocit

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

WSDL4J does not save mutated vowels correct #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a WSDL in iDocIt!
2. add a documentation with mutated vowels
3. save the changes

What is the expected output? What do you see instead?
The mutated vowels should be written in the WSDL file. But instead of mutated 
vowels there are small squares or other signs.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 10 May 2011 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by dirk.mei...@gmail.com on 12 May 2011 at 6:37

GoogleCodeExporter commented 9 years ago
WSDL4J reads and writes in UTF-8, now. First, I tried to use entities like 'ü' 
and 'Ö' for mutated vowels but the DocumentBuilder could not resolve them.

Original comment by dirk.mei...@gmail.com on 12 May 2011 at 6:40