google-code-export / gambas

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

xmlreader.node.value charset problems #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) In my application i used to parse youtube feeds
by using xmlreader.node.value,
but starting from gambas 3.2.0 several strings are rendered
incorrectly, due to charset problems.
Rolling back to previous gambas version fixes this and i don't know
if this is a new expected behaviour that need my code to change
and do manual string conversion or if it is a bug.

If you check:
curl "http://gdata.youtube.com/feeds/api/standardfeeds/most_recent"
You can see that the encoding is standard UTF-8 (and my system is UTF-8 too)

Original issue reported on code.google.com by Kokok...@gmail.com on 18 Jul 2012 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 18 Jul 2012 at 3:04