Seppo Apajalahti
|
| Posted: 03/01/2003, 3:36 AM |
|
Hi!
I'm from Finland and that's why I very often use scandinavian letters like
å,ä and ö in my forms. And first all seems to be all right but then..
sometimes when I update my forms all the scandinavian letters fall out. In
design view everything is ok but when I publish the page happens like that:
The text should be: Päivä (day), but it is: P??bsp;
This happen in some forms, but not in all forms.
What should I do?
--
Seppo Apajalahti
|
|
|
 |
Norbert
|
| Posted: 03/01/2003, 4:34 AM |
|
"Seppo Apajalahti" <seppo.apajalahti@pp.inet.fi> wrote in message
news:b3q609$4gt$1@news.codecharge.com...
> Hi!
>
> I'm from Finland and that's why I very often use scandinavian letters like
> å,ä and ö in my forms. And first all seems to be all right but then..
> sometimes when I update my forms all the scandinavian letters fall out. In
> design view everything is ok but when I publish the page happens like
that:
> The text should be: Päivä (day), but it is: P??bsp;
> This happen in some forms, but not in all forms.
>
> What should I do?
>
> --
> Seppo Apajalahti
>
Hi,
I got the same problem with Polish language.
But I found the reason and very simple solution.
CCS by default uses UTF-8 coding, that is not supported by MS Access and MS
SQL databases (at least in case of MS SQL servers and access databases I
have access to). When I realized that fact I added the following META TAG
into the HEAD section in html template file
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
Now everything is working fine.
Hope this will help
/Norbi
|
|
|
 |
Seppo Apajalahti
|
| Posted: 03/01/2003, 9:32 AM |
|
"Norbert" <nneubauer@nospam.zabki.net.pl> kirjoitti
viestissä:b3q9d5$bjj$1@news.codecharge.com...
>
> "Seppo Apajalahti" <seppo.apajalahti@pp.inet.fi> wrote in message
>news:b3q609$4gt$1@news.codecharge.com...
> > Hi!
> >
> > I'm from Finland and that's why I very often use scandinavian letters
like
> > å,ä and ö in my forms. And first all seems to be all right but then..
> > sometimes when I update my forms all the scandinavian letters fall out.
In
> > design view everything is ok but when I publish the page happens like
> that:
> > The text should be: Päivä (day), but it is: P??bsp;
> > This happen in some forms, but not in all forms.
> >
> > What should I do?
> >
> > --
> > Seppo Apajalahti
> >
>
> Hi,
> I got the same problem with Polish language.
> But I found the reason and very simple solution.
>
> CCS by default uses UTF-8 coding, that is not supported by MS Access and
MS
> SQL databases (at least in case of MS SQL servers and access databases I
> have access to). When I realized that fact I added the following META TAG
> into the HEAD section in html template file
>
> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
>
> Now everything is working fine.
>
> Hope this will help
>
> /Norbi
>
>
It helped! Thank you very much!
Seppo
|
|
|
 |
Norbert
|
| Posted: 03/02/2003, 11:42 AM |
|
> > Hope this will help
> >
> > /Norbi
> >
> >
> It helped! Thank you very much!
>
> Seppo
>
You're welcome 
/Norbi
|
|
|
 |
|