Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Non english characters

by ioannis (Abbot)
on Oct 17, 2005 at 10:34 UTC ( [id://500690]=note: print w/replies, xml ) Need Help??


in reply to Non english characters

Please, store the French words into file 'french.txt'm the try this from the unix command line:
# Set LC_ALL to fr_FR.utf8 (or whatever is the proper locale) $ export LC_ALL=fr_FR.utf8 # ensure that french words are properly is displayed $ cat french.tx # you should see perl displaying proper French $ cat french.txt | perl -Mencoding='utf8' -e 'print <STDIN>'
If the French did not display, either the LC_ALL is not properly set, or the editor is not storing its words in utf8

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-23 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found