Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Problems with packing upper ASCII - differences across perl versions

by Monky Python (Scribe)
on Nov 29, 2002 at 12:26 UTC ( [id://216512]=note: print w/replies, xml ) Need Help??


in reply to Problems with packing upper ASCII - differences across perl versions

Hi,
it seems to work for me under perl 5.6 if I add
use utf8;
to the code. Try
perldoc utf8

MP

  • Comment on Re: Problems with packing upper ASCII - differences across perl versions
  • Download Code

Replies are listed 'Best First'.
Re: Re: Problems with packing upper ASCII - differences across perl versions
by JayBonci (Curate) on Nov 29, 2002 at 12:47 UTC
    Doesn't work for me.
    Malformed UTF-8 character (unexpected non-continuation byte 0xf7 after + start byte 0xf6) at ./pack.pl line 6. Malformed UTF-8 character (1 byte, need 4) at ./pack.pl line 6. Unrecognized character \xB7 at ./pack.pl line 6.
    According for the perl5.6.1 pack perldoc page it explicitly says it shouldn't matter. This is stock debian 5.6.1 perl.

        --jb

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://216512]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-23 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found