I’m working with BlackBerry development environment and I’m looking for a way to convert String to HTML.
I have tried StringEscapeUtils but BlackBerry doesn’t support these libraries.
Suggestions will be blessed 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can’t find anything else (the JSON library has one you might be able to use), you could always create your own. Take a look at http://www.utexas.edu/learn/html/spchar.html for a list of the character conversions, then you can just do a search and replace.