majintao0131 / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

The emitter does not properly emit Unicode code points #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the emitter outputs Unicode code points as a sequence of \xNN
bytes, which is incorrect. It should output the actual code point, as \uNNNN.

Original issue reported on code.google.com by jbe...@gmail.com on 7 Oct 2009 at 4:20

GoogleCodeExporter commented 9 years ago
Fixed in r268.

Original comment by jbe...@gmail.com on 7 Oct 2009 at 6:47