Ask a Question related to PERL Miscellaneous, Design and Development.
-
Sem K. #1
flash form strange encoding
Hi,
I have an internationalized flash form, that posts (via GET) to a perl
cgi script.
The form has a name field. 3/4 of the times, I receive the name, as I
expect in unicode. However, in other cases, I receive something like
that: "áãéºä ...." .
Have someone encountered something similar ?
It is not "escaping" as far as I understand. And I can't identify the
encoding.
Any help will be appretiated.
Thanks,
Sem K.
Sem K. Guest
-
cfflash form and strange performance in IE 7
Ok, I am having some strange things happening with flash forms. In the windows, when I mouse over it, it get a box around the form, and then you... -
Strange Flash Form difficulties
I'm not sure if this is correct place to ask about this, but I'm not sure where else to go. I have a site using several flash forms, which worked... -
Programmatic Flash Video Encoding
I?ve been looking for a Flash 8 encoder SDK, is there one? I can?t find a reference to it anyplace. I am trying to encode to Flash video... -
Flash Forms - Encoding
is it posible to set encoding for flash forms (for example: ISO-8859-2) ? -
Acrobat 6 Acts Strange with web/browser form submission
I have an application that works well to submit form data using FDF to ASP that saves the information on the server-side. It works beautifully with... -
Brian McCauley #2
Re: flash form strange encoding
[email]ibt325@bk.ru[/email] (Sem K.) writes:
When you say 'unicode' do you mean UTF8?> I have an internationalized flash form, that posts (via GET) to a perl
> cgi script.
>
> The form has a name field. 3/4 of the times, I receive the name, as I
> expect in unicode.
That looks like the way HTML (or XML of any other SGML derived ML)> However, in other cases, I receive something like
> that: "áãéºä ...." .
>
> Have someone encountered something similar ?
encode characters outsite the current encoding. Looks like somehow
the client thinks the field is of type text/html (or somesuch) rather
than text/plain.
I somehow doubt this is Perl related.
--
\\ ( )
. _\\__[oo
.__/ \\ /\@
. l___\\
# ll l\\
###LL LL\\
Brian McCauley Guest



Reply With Quote

