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

Re: LATIN1 and utf8 strings, joined, mangle the LATIN1

by ikegami (Patriarch)
on Feb 05, 2009 at 23:54 UTC ( [id://741750]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Encode input from/output to STDIN/STDOUT/STDERR as per locale
    use open ':std', ':locale';
    
  2. or download this
    # Force UTF-8 input/output for STDIN/STDOUT/STDERR
    use open ':std', ':encoding(UTF-8)';
    
  3. or download this
    SV = PV(0x81e829c) at 0x814ecdc
      REFCNT = 1
    ...
      PV = 0x81fe838 "weight_\342\230\271,weight_\303\202"\0 [UTF8 "weight
    +_\x{2639},weight_\x{c2}"]
      CUR = 20
      LEN = 24
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found