Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: files saved in unicode are not being read correctly

by amphiplex (Monk)
on Jun 30, 2002 at 12:16 UTC ( [id://178356]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    NAME
           Unicode::Map V0.112 - maps charsets from and to utf16 uni­
    ...
    
           $locale = $Map -> from_unicode ($utf16);
             => $locale == "Hello world!"
    
  2. or download this
    use strict;
    
    ...
    while (<>) {
      print $Map->from_unicode($_);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found