Encoding problem with some phones in some sites
Brought to you by:
padeler
Some phones cannot open some sites. Error is: "Encoding UTF_8 not found". I have seen this problem in a P910i, trying to load http://m.flickr.com or http://www.accuweather.com/m/
The check for UTF_8 is already made in the Request class. I need test it on a P910 to reproduce and check the logs
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Changed the code to convert the encoding string to upper case. Seems like some phones do not understand the encoding in lower case.
Changed the code to convert the encoding string to upper case. Seems like some phones do not understand the encoding in lower case.