Question about character encoding

Today I was looking at an article in my database that was uploaded by one of our members. It had what seemed to be a bullet list of items. At the beginning of each item was this character:

â?¢

Can someone help me know what character this is? I would like to add it to my queries for fixing encoding issues. The following is an example of what I do to fix the various issues:

UPDATE articles SET articleText = REPLACE(articleText, 0xc2bd, ‘½’);

Thanks!

Maybe this can help you http://www.i18nqa.com/debug/utf8-debug.html

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.