XML Encoding Error on some requests

Avatar image for thefaxman
TheFaxman

70

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By TheFaxman

It looks like there's an encoding problem somewhere for certain requests, for instance:


http://api.giantbomb.com/search/?api_key=xxx&limit=25&query=health

I've tried this with a couple different XML parsing libraries and they all complain about the following:

error on line 48 at column 3449: Input is not proper UTF-8, indicate encoding ! Bytes: 0x10 0x30 0x20 0x66 


Is it safe to assume we'll always get UTF-8 back like the XML returned indicates or should I be overriding the encoding type w/ something else?
Avatar image for captaincody
CaptainCody

1551

Forum Posts

56

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By CaptainCody

What.