falcong / pugixml

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

Symbol (') (apostrophe, ascii code - 0x27) is parsed incorrectly #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an attribute with the value of text that have an apostrophe in it - 
"Open Captain’s Chest". pugi returns this value with apostrophe sign replaced 
with some other codes. In my case they are "0xE2, 0x80, 0x99"

This was tested under Windows 7, x86, MSVC2010, with pugi 1.0

Original issue reported on code.google.com by uhf...@gmail.com on 15 Oct 2011 at 1:05

GoogleCodeExporter commented 9 years ago
Oops... My bad. Looks like our designer put the unicode version of apostrophe. 
Not the ASCII one.
Sorry...

Original comment by uhf...@gmail.com on 15 Oct 2011 at 2:26

GoogleCodeExporter commented 9 years ago
No problem :)

Original comment by arseny.k...@gmail.com on 15 Oct 2011 at 6:04