Re: encode qp a Unicode string

2006-10-07 Thread Gisle Aas
Nobumi Iyanaga [EMAIL PROTECTED] writes: What am I doing wrong? You did not read 'perldoc MIME::QuotedPrint' to the end :) |Perl v5.8 and better allow extended Unicode characters in strings. Such strings |cannot be encoded directly, as the quoted-printable encoding is only defined

Re: Upgrading Perl 5.8.8

2006-09-26 Thread Gisle Aas
did you do? I installed ActivePerl :) http://downloads.activestate.com/ActivePerl/MacOSX/5.8/ -- Gisle Aas

Re: Character Encodings

2005-11-25 Thread Gisle Aas
[EMAIL PROTECTED] writes: Thanks for that very detailed answer, but let me reduce my question to this: #!/usr/bin/perl $str = 'it's a smart quote'; if ($str =~ m/\x{2019}/){ print found } else { print not found } BBEdit confirms that the third char in 'it's a smart quote' is

Re: Character Encodings

2005-11-25 Thread Gisle Aas
John Delacour [EMAIL PROTECTED] writes: use utf8 does nothing. It's supposed to. If it doesn't make the source interpreted as UTF-8 then it's a bug. ...and it works for me (perl 5.8.7). --Gisle

Re: CPAN

2005-10-29 Thread Gisle Aas
Dave Linton [EMAIL PROTECTED] writes: On 29 Oct 2005, at 15:45, Jeff Lowrey wrote: What you should do is run CPAN (sudo cpan), and type Install HTML::Parser. And then post the output from that here. Thanks Jeff cpan tells me (after reporting various ftp transfers etc):

Re: HTTP::Recorder dying

2005-08-22 Thread Gisle Aas
Paul Fons [EMAIL PROTECTED] writes: I am trying to automate a web page interaction and to figure out the initial interaction sequence, I have installed HTTP::Recorder and HTTP::Proxy, but the recorder fails to follow the login-in button due to a missing method called query_param. Any advice

Re: CamelBones on Intel? Maybe not.

2005-06-07 Thread Gisle Aas
Sherm Pendley [EMAIL PROTECTED] writes: To most developers using Cocoa or Carbon, building a fat binary is painless - it's a matter of checking the right box in Xcode. The problem I'm facing is that for CamelBones, because of the way Perl builds its modules, the transition will be far more

Re: Patch for LWP Makefile.PL

2003-10-15 Thread Gisle Aas
Ken Williams [EMAIL PROTECTED] writes: There's still a flaw with the conflict-detection in LWP's Makefile.PL that prevents /usr/bin/head from being overwritten by HEAD on Mac OS X. The problem is that MakeMaker uses $Config{installscript} as the installation location for EXE_FILES items, not