Mike Blezien wrote:
> Hello,
> 
> are there Perl modules available to handle multiple language input like
> from forms. we have a situtation where we may need to enter various
> languages strings or characters and it's english counter-part version.
> As there are many languages that use unique characters in the language
> that the scripts may not understand or handled incorrectly or cause
> problems with processing the data entered.
> 
> If you've had some experence with working with multi-lingual
> applications, any info or documentation would be appreciated.
> 
> TIA,

You may want to read through:

perldoc utf8
perldoc Encode

And the suggested reading in the "SEE ALSO" section. Perl in general
should handle the input correctly, I am not sure in what context you
want to handle them.

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to