I need to display an alert box in other than English language for which I am making use of bean message using Application Resource properties file. The code written in JSP works perfect in Firefox but in IE the characters are messed up and I get all box signs inside alert box.The same problem occurs for ToolTips as well. Any solutions?
相关问题
- Javascript does not work in IE8
- react-vega and react-vega tooltips
- CSS: element should get max-width before breaking
- Making Django queries with localized dates
- SQLite Storage in Firefox 3.0 +
相关文章
- How to get a Component's own ElementRef for re
- Firefox remembering radio buttons incorrectly
- WP7 Alert dialog
- xslt localization
- How do use bootstrap tooltips with React?
- How to show appropriate icon on dialog box
- Bootstrap input field inside tooltip popover remov
- CSS Firefox box-shadow and outline
I did found a solution for my query. Actually the issues were with the tool tips and alert boxes were getting displayed in box sign characters only in Internet Explorer and that too in Windows Xp but working properly in windows 7 and other browsers. What i did was:
And then Check. The desired output will be seen. This is a work around solution but it seems to work fine. Thanks WouterH and Hardik for your guidance till here.
Check your page encodings
FF uses UTF-8 page Encoding. View--> Character Encodings
Earlier versions of IE set character encoding according to the language on the client when the document did not specify encoding
Which IE Version are you using ?
This may help also. IE uses the wrong character set when it renders an HTML page
Is charset is utf in headers ?