Hi,

>
> I'm now making web script with Embperl on 2byte character envrionment.
> but %fdat cannot handle 2byte characterset just like Java Servlet code
> cannot handle uni-code without converting method.
>
> for example.
>
> <form name='profile' method='post'>
> <input type=text name='c_name'>
> </form>
>
> If I input 2byte character just like Korean, Japanese, Chinese, etc...
> at form variable 'c_name' on web page. the result page's $fdat{'c_name'}
> value is splitted each 1byte character, and page cannot display it
> properly.
>

I never had the need to handle 2 byte chars, so Embperl doesn't know it
either, but if you help me, I think it should be possible to make Embperl "2
byte char aware".

So what I need is a more detailed describtion. How does the content of
QUERY_STRING look like in a two byte enironement? How must it be splitted?
Is there a way that works for 1byte chars and 2bytes chars? If not, how can
we determinate that we now handling two byte chars?

I would like to make Embperl handle these things correctly, but I have zero
knowledge about 2 byte charset, so I need your help.

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to