Skip to main content
Known Participant
June 5, 2007
Question

Problems with encoding

  • June 5, 2007
  • 5 replies
  • 1334 views
Hi!

I am first time in here but I hope that someone could help me.

Right now I am developing the new application i CF and I've got one problem. I am using the flsh forms in the application. I am using the Cp1250 (Windows-1250) encoding for the site. And right now I haven't got the polish chars in the cfform fields.

So here's the question. How can I change the encoding for flash forms in ColdFusion 7 ?

Can someone help me? 😞
This topic has been closed for replies.

5 replies

Inspiring
June 11, 2007
j-mail wrote:
> The problem is fixed. When I used the wmode="transparent" for cfform the problem exists. when I have removed this the problem gone.

um, that has no effect on utf-8 encoding. i would think it would also have no
effect on any other encoding. might be something else you did.
j-mailAuthor
Known Participant
September 3, 2007
Ok. After a long fight I've got still the same problem. The form works fine when I won't use trnsparency. When I use transparency I can't use Polish fonts. Doesn't matter if there is utf-8 encoding or windows-1250. How can I change this? Please help me.

And the other question is if I could change the preloader of the cfform to the custom one.

Thanks for help
j-mailAuthor
Known Participant
June 10, 2007
OK.

The problem is fixed. When I used the wmode="transparent" for cfform the problem exists. when I have removed this the problem gone.

thanks a lot for help

J
Inspiring
June 6, 2007
j-mail wrote:
> no I haven't :( vere can i change this?

per page use the cfprocessingdirective at the top of *each* page. you can also
change the whole server via the cf_root/lib/neo-runtime.xml file (change the
"defaultCharset" var to your encoding) but i would recommend that you consider
using unicode instead.
j-mailAuthor
Known Participant
June 6, 2007
ok. I have change the encoding for the CF server. And it haven't help :( Maybe the problem is in the default font for the flash cfform? So another question. How can I change the default font for the cfform in flash type?
j-mailAuthor
Known Participant
June 5, 2007
no I haven't :( vere can i change this?
Inspiring
June 5, 2007
j-mail wrote:
> Right now I am developing the new application i CF and I've got one problem. I
> am using the flsh forms in the application. I am using the Cp1250
> (Windows-1250) encoding for the site. And right now I haven't got the polish
> chars in the cfform fields.

cfmx defaults to utf-8 encoding. did you change that?