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
Original issue reported on code.google.com by
Kokok...@gmail.com
on 18 Jul 2012 at 11:47