Dear.

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.

Does anybody know about this problem and help me?



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

Reply via email to