Here's a weird one for you:
- Code: Select all
A:
<select>
<option>廖</option>
</select>
B:
<span>廖</span>
In Firefox, both the characters at A and B will display correctly.
In Internet Explorer (tested in 7 and 8 ), B will display correctly while A displays as a box "WTF-is-this-character" character.
Any ideas on how to force IE to render UTF-8 characters correctly inside a <select> tag?
Thanks!
- Michael


