Hi All,
I'm having a bit of an issue with jQuery mobile not handling symbols very well. For example, these are some of the specific symbols I'm having an issue with:
’
™
½
Instead of those symbols, I sometimes get:
�
This issue (the symbols not displaying) usually only happens when the pages and content are loaded via AJAX.If the page is refreshed (loaded without AJAX), the symbols display perfectly.
This is happening with two different jQueryMobile releases (1.2 & 1.1.1)
Any suggestions on fixing this issue besides changing the symbol (not an option...the content from my full site is loaded into my mobile site and I'd prefer to keep it this way to avoid needing to sets of data.)
Thanks!
Adam