Closed GoogleCodeExporter closed 9 years ago
http://code.google.com/p/snakeyaml/source/detail?r=3f0435a108121fcfdb3151005ac1c
b5fb7480a6e
Original comment by py4fun@gmail.com
on 15 Jun 2012 at 12:10
[deleted comment]
[deleted comment]
The issue is clear now. There is no bug in SnakeYAML.
Check this test:
http://code.google.com/p/snakeyaml/source/browse/src/test/java/org/yaml/snakeyam
l/issues/issue151/EscapedUnicodeTest.java
As you can see, the incoming YAML document contains unexpected escape sequence.
You have to either contact the YAML provider to fix the bug or manually
re-apply all the invalid escape sequences.
By the way, do you know which version of Ruby generated this YAML ? The latest
Ruby contains a new YAML parser which is more compatible with specs (and thus
with SnakeYAML :)
Original comment by py4fun@gmail.com
on 15 Jun 2012 at 2:17
The Umlaut Problem is based on our data export being pre-UTF-8. We will try to
change this asap.
Best
Zeno
Original comment by zdav...@gmail.com
on 17 Jun 2012 at 8:05
Original comment by py4fun@gmail.com
on 17 Jun 2012 at 10:36
Original issue reported on code.google.com by
niklaus....@gmail.com
on 14 Jun 2012 at 3:46