Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
I'm from Vietnam. All web pages of Vietnam use Precompound Unicode. But Blackberry support Composite Unicode only. I want to convert all response (HTML) from Precompound Unicode to Composite Unicode before display on BlackBerry Browser. Can you help me?
you want to create a Java application on your Blackberry device that will enable you to : send HTTP requests receive HTTP replies modify the replies to change the char encoding display the result
The search box on top-right of this page is your true friend, and the public Knowledge Base too:
You could use an HTTP filter for this. Your application could intercept requests for specific servers, download and convert the content and then supply it to the browser. Please have a look at the httpfilterdemo included with the BlackBerry JDE for an example. You can download the BlackBerry JDE from here: http://na.blackberry.com/eng/developers/javaappdev/devtools.jsp