RE: Encode vs encoding

2004-09-12 Thread Burak Gürsoy
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

Re: Encode vs encoding

2004-09-12 Thread Bjoern Hoehrmann
* 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