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

Re^2: how to read unicode filename

by Anonymous Monk
on Mar 14, 2006 at 10:17 UTC ( [id://536506]=note: print w/replies, xml ) Need Help??


in reply to Re: how to read unicode filename
in thread how to read unicode filename

dear monks,
i saw the above link which is useful . but i have trouble in the unpack operation .
Is it possible to pack the chinese characters like,<\br>
pack("A4",$chinese);
the output : ascii junk.
i tried the above but that is not giving me the appropriate answer. Any one tell why that happening.

Replies are listed 'Best First'.
Re^3: how to read unicode filename
by Anonymous Monk on Sep 20, 2012 at 20:15 UTC

    In Windows 7, this outputs a correct utf8 listing.

    open fList, '-|:encoding(UTF-16LE)', 'cmd /U /C dir /W'; open fOut, '>', 'out.txt'; foreach (<fList>) { utf8::encode($_); print fOut $_; }

Log In?
Username:
Password:

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

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

    No recent polls found