H.U.Flück
|
| Posted: 05/24/2002, 5:48 PM |
|
Hi
With CCS Beta 4 in text and memo fields on record forms (no problem on
grids), all special chars widely used in Europe (like Umlaut öäü and others
like éèà) on my installation (german W2k pro) are destroyed / unreadable.
It's not related to DB, occurs with pure text and textarea controls.
I have no problems with CC on same machine.
e.g.: "öäü_éèà_ôî_" gives me "???_?? name=" in a textbox on a recordform!
Is this a common problem? How to fix that? Is there a workaround?
Many thanks to the Codecharge team for their great work with CCS so far!
Thanks,
Ueli
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/27/2002, 12:17 AM |
|
Not sure what text you refer to ,
to characters contained by text control or to characters
used to name text control in html?
It's best if you email a simple project tosupport@codecharge.com having
previously
created a case in support.codecharge.com
--
Alex
CodeCharge Developer
"H.U.Flück" <huf@inomatix.com> wrote in message
news:acmn12$4gs$1@news.codecharge.com...
> Hi
>
> With CCS Beta 4 in text and memo fields on record forms (no problem on
> grids), all special chars widely used in Europe (like Umlaut öäü and
others
> like éèà) on my installation (german W2k pro) are destroyed / unreadable.
> It's not related to DB, occurs with pure text and textarea controls.
>
> I have no problems with CC on same machine.
>
> e.g.: "öäü_éèà_ôî_" gives me "???_?? name=" in a textbox on a recordform!
>
> Is this a common problem? How to fix that? Is there a workaround?
>
> Many thanks to the Codecharge team for their great work with CCS so far!
>
> Thanks,
> Ueli
>
>
|
|
|
 |
H.U.Flück
|
| Posted: 05/27/2002, 1:19 PM |
|
I found the reason for the problem.
In the HTML page, there was a UNICODE document definition.
Once removed, everything works fine.
I just don't know how this one came in (not by me)...
Ueli
"Alexey Alexapolsky" <alexa@codecharge.com> schrieb im Newsbeitrag
news:acsmi6$88f$2@news.codecharge.com...
> Not sure what text you refer to ,
> to characters contained by text control or to characters
> used to name text control in html?
> It's best if you email a simple project tosupport@codecharge.com having
> previously
> created a case in support.codecharge.com
>
> --
> Alex
> CodeCharge Developer
>
>
> "H.U.Flück" <huf@inomatix.com> wrote in message
>news:acmn12$4gs$1@news.codecharge.com...
> > Hi
> >
> > With CCS Beta 4 in text and memo fields on record forms (no problem on
> > grids), all special chars widely used in Europe (like Umlaut öäü and
> others
> > like éèà) on my installation (german W2k pro) are destroyed /
unreadable.
> > It's not related to DB, occurs with pure text and textarea controls.
> >
> > I have no problems with CC on same machine.
> >
> > e.g.: "öäü_éèà_ôî_" gives me "???_?? name=" in a textbox on a
recordform!
> >
> > Is this a common problem? How to fix that? Is there a workaround?
> >
> > Many thanks to the Codecharge team for their great work with CCS so far!
> >
> > Thanks,
> > Ueli
> >
> >
>
>
|
|
|
 |
|