Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl on Windows: file names with accented characters, UTF-8 and -e

by andal (Hermit)
on May 12, 2016 at 07:31 UTC ( [id://1162842]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Encode::from_to($fname, "UTF-8", "CP1252");
    
  2. or download this
    $fname = Encode::encode("CP1252", $fname);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-18 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found