Thank you, that was very helpful :)
-Original Message-
From: Bjoern Hoehrmann [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 12, 2004 10:09 AM
To: Burak Gürsoy
Cc: perl-unicode
Subject: Re: Encode vs encoding
* Burak Gürsoy wrote:
>Can someone *please* explain me the
>diff
* Burak Gürsoy wrote:
>Can someone *please* explain me the
>difference between (except the scope) encoding and Encode::encode()?
encoding.pm is about how Perl should interprete your source file,
Encode.pm is about character encoding operations you may wish to
perform.
>#!/usr/bin/perl -w
>use str
Hi to all list users.
Can someone *please* explain me the
difference between (except the scope) encoding and Encode::encode()?
I know encoding affects all the code, but what else does
it do to do the right thing or am I missing something with Encode?
I'm using ActivePerl 5.8.4 build 810 under Win