Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Why does perl's internal utf8 seem to allow single-byte latin1?

by ikegami (Patriarch)
on Mar 24, 2010 at 03:30 UTC ( [id://830440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Ein <#d6>konomisches Modell
    Ein <#d6>konomisches Modell 1
    ...
    Ein <#c3><#96>konomisches Modell
    Ein <#c3><#96>konomisches Modell
    Ein <#c3><#96>konomisches Modell
    
  2. or download this
    use Devel::Peek qw( Dump );
    
    ...
    
    Dump($s1);
    Dump($s2);
    
  3. or download this
    SV = PV(0x2369cc) at 0x182a354
      REFCNT = 1
    ...
      PV = 0x1832744 "Ein \303\226konomisches Modell"\0 [UTF8 "Ein \x{d6}k
    +onomisches Modell"]
      CUR = 24
      LEN = 25
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-24 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found