I write pages that contain non-ASCII characters, and they appear garbled in the browser. Whats wrong?
Check if your aspx/ascx/etc.. files were saved in the Windows-1252 encoding, if possible, so that no further action is needed. If they are in utf-8 (default nowadays in Linux) or any other encoding you will need to tell the compiler for the language your page will be translated into to expect this other encoding.
Related Questions
- The web pages don appear to load properly or the CPE does not appear to be operating correctly. Could it be my web browser that is causing the problem?
- Various characters appear wrong (have metallic skin or barklike skin, or are partly invisible). What gives?
- I write pages that contain non-ASCII characters, and they appear garbled in the browser. Whats wrong?