Torben Søemod
|
| Posted: 09/25/2002, 1:11 PM |
|
I have a problem whenever im using any of the danish country specific
characters "æøå" in a form - my output gets "scrambled" = The text showsup
completly unreadable - if you do screen-refresh it comes up correct.
The way to handle this is to replace those special "safe" codes instead
æ instead of "æ" øinstead of "ø" etc. But whenever codecharge
studio regenerates the html page it replaces the "safe" codes automaticly -
any ideas how to switch that of ?
Best regards
Torben Søemod
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/02/2002, 5:33 AM |
|
If you use ASP you should use CharacterSet CodePage property from Project
Properties
and set it to your language.
--
Alex,
Support Engineer
CodeCharge Team
"Torben Søemod" <torben@soemod.dk> wrote in message
news:amt5a2$ll$1@news.codecharge.com...
> I have a problem whenever im using any of the danish country specific
> characters "æøå" in a form - my output gets "scrambled" = The text showsup
> completly unreadable - if you do screen-refresh it comes up correct.
>
> The way to handle this is to replace those special "safe" codes instead
> æ instead of "æ" øinstead of "ø" etc. But whenever codecharge
> studio regenerates the html page it replaces the "safe" codes
automaticly -
> any ideas how to switch that of ?
>
> Best regards
>
> Torben Søemod
>
>
|
|
|
 |
|