use utf8;
 # Perl pragma to enable/disable UTF-8 in source code

and save as utf8 format.

see
"Martin Pfeffer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> hi to all
> Does anyone knows a workaround to use characters like the "ñ" for
> example Español as hashkeys ?
> I get the following error message: Unrecognized character \xF1
>
> my Hashdefinition like this:
> %LANGUAGES = (
> English => 1,
> Deutsch => 2,
> Français => 3,
> Català => 4,
> Cesky => 5,
> Dansk => 6,
> Eesti => 7,
> Español => 8,
> Walsh => 21
> );
> thanx martin
>



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

Reply via email to