
Hagen
Posts: 16
|
| Posted: 06/09/2008, 1:42 PM |
|
I would like some help with how to solve some trouble that I've regarding special character
The app, is in the Swedish language, and the problem is with encoding for the character å,ä and ö
The problem occur when I’ve updated some page..
I use UTF-8, both for File and default HTML encoding..
The char got from database is ok, so it's in the hard coded files the problem exist.
If I delete the Code files, and rebuild the code it working and the result are showing the special char ok.
(Just keep the *.html and *.ccp files, and regenerate the code)
But, on some pages, I’ve been using own code inside the generated code, so I don't want to delete these code files.
In these pages I replace the messed up chars with 'find and replace'.
When I later do some adjustment on some page, the problem can occur again..
The problem with Swedish Special Char:
å sometimes wrong displayed on page as Ã¥
ä sometimes wrong displayed on page as ä
ö sometimes wrong displayed on page as ö
I'm sure it must be a way to solve this, and that I've done some fundamental failure..
I'm using C# on CSS 4.0, but the problem was detected when I earlier used 3.2
I did back then tried it on different OS, but now I'm just tried it on WinXP sp2, and used IE and FireFox as client, the webserver is on Windows server 2003 (IIS)
Thanks in advance
-- I did a preview before I Submitted, and noticed that the å ('a' with a ring abow), and ä ('a' with two dot's abow) and ö ('o' with two dot's abow) was here encoded different then I'd wrote .
The second time I'd preview, the encoding was as I wrote.. So I'm not sure about how it finaly will be displayed in this forum..
|
 |
 |
|

|
|
|
|