[Israel.pm] Encoding Question
Meir Guttman
meir at guttman.co.il
Thu Oct 11 09:49:37 PDT 2012
Hey Gaal,
I would look up Data::Dumper::AutoEncode (http://search.cpan.org/~bayashi/Data-Dumper-AutoEncode-0.102/lib/Data/Dumper/AutoEncode.pm). You can then use ‘eDumper’ rather than Dumper to actually see letters. This package also enables you to use any encoding you want. (The default though in utf8.)
Meir
From: perl-bounces at perl.org.il [mailto:perl-bounces at perl.org.il] On Behalf Of Gaal Yahas
Sent: יום ה 11 אוקטובר 2012 17:03
To: Perl in Israel
Subject: Re: [Israel.pm] Encoding Question
U+05d4 is HEBREW LETTER HE etc. -- your buffer is already in Unicode.
On Thu, Oct 11, 2012 at 4:51 PM, ynon perek <ynonperek at gmail.com> wrote:
Hi All,
Quick encoding question: I have a text string that I think is in cp1255, because when I print it with Data::Dumper I get:
\x{5d4}\x{5e6}\x{5d2}\x{5ea}-\x{5de}\x{5e4}
But, when I try to decode it using:
my $decoded = decode('CP1255', $text);
I get this error:
Wide character in subroutine entry at /Users/ynonperek/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/darwin-2level/Encode.pm line 174, <DATA> line 16.
Ideas ?
--
כותב הרצאות ? מדבר מול קהל ? הבלוג שלי <http://publicspeakr.blogspot.com/> לומד לדבר כתוב במיוחד בשבילך.
_______________________________________________
Perl mailing list
Perl at perl.org.il
http://mail.perl.org.il/mailman/listinfo/perl
--
Gaal Yahas <gaal at forum2.org>
http://gaal.livejournal.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.perl.org.il/pipermail/perl/attachments/20121011/813a1d21/attachment.htm
More information about the Perl
mailing list