1

Device is getting a UTF16 encoded XML response then I parse xml.
On some device it doesn't work. All these devices support utf-16.
What may be the problem in?

gnat
  • 6,213
  • 108
  • 53
  • 73
Tim
  • 1,606
  • 2
  • 20
  • 32

1 Answers1

0

It's tricky without seeing code, but if I remember correctly, some nokia devices were choosy about whether you used a hyphen or not in the encoding name. If "UTF16" doesn't work, try "UTF-16" instead, or vise versa.

izb
  • 50,101
  • 39
  • 117
  • 168