Hi,
In my website I have a capability for my users to tweet by clicking a button, which opens the twitters popup. The message to tweet is dynamically generated by my web site and contains some unicode characters in the hexadecimal format like for $ it is $ For the Indian Rs symbol it is ₹. In the textbox it appears as the hexadecimal code and not teh actual symbol. In the above example they show $ or ₹.
Is there anyway to get the twitter popup to show the symbol in the text box.
Thanks