ISO-88591 charset / text-encoding of jQuery UI / mobile possible? -
searched web, failed find definite explanation. several people reported problems , claimed utf-8 required. therefore:
- my use jquery ui / mobile charset?
- may use iso-88591?
- or jquery ui / mobile require utf-8?
certainly, site uses meta-tag:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
certain browser running on operation systems fail display diacritical characters correct, name these characters ö ä ü Ö Ä Ü ß:
mac os x
- ok : safari, firefox, chrome
windows xp
- ok : chrome [26.0.*]
- partial : firefox [18.0.1], ie [8.*]
in case of partial, diacriticals appear fine, appear � or such.
as far figured out, if jquery reloads 'partial', diacriticals break.
according thread topic on jquery ui forum, check encoding of jquery-ui.min.js. try editing jquery-ui.min.js directly use charset iso-8859-1 , should work. (ref. https://forum.jquery.com/topic/weird-characters-showing-up-in-datepicker)
Comments
Post a Comment