kwlange
14 years agoHelper
REST API - emoticons in messages
I am posting reports with a large amount of text to our community from a Java program via the REST API, and the topic is loaded with emoticons when viewed through Lithium. Is there an option in the API to turn these off when using the messages/post method? I need strings containing "):", "(:", "mailto:Pam" etc to be rendered literally. I have found that changing these characters to their html coded equivalents doesn't work, and that may be because I'm using Java's encode function on the body of the message before posting the message. I want to continue using html so I can use tags in the message to make certain text bold, change font sizes and add horizontal lines. Thanks for any advice.