I need show options in a select with unicode characters. Try this:
<select id="ddlNota_CateId">
<option value="1091">树立使用ICT的</option>
</select>
And show unrecognized charcaters (树立使用ICT的). :s
Example in http://200.115.217.50/test.html
For IE you'll need to explicitly set fonts in your CSS that have those characters. Unfortunately it's impossible to know which fonts your visitors have, so you'll need to add a list of popular ones. For example:
body {
font-family: Arial Unicode MS, Lucida Sans Unicode, Code2000, sans-serif; //etc.
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With