简体   繁体   中英

Swedish letters display as special characters in asp.net

I am showing swedish letters in an alert box title, but it is showing the swedish letters in special characters.

For example, I am showing this word as an alert box title:

Arbetsförändring

But it is showing like

Arbetsf r ndring

How can I solve this issue?

You basically want to set the "Culture" properties on your ASP.Net page:

To set the encoding for all pages, you can set the "Globalization" property in web.config:

Here is the root page for ASP.Net Globalization and Localization:

'Hope that helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM