Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-03-2009
agasamapetilon agasamapetilon is offline
Registered User
 

Join Date: Aug 2008
Posts: 67
Display non-english characters in shell

I don't know if this is the correct thread to post. If not tell me please.

I have a script to make some queries to a Spanish Dictionay (Real Academia Española) as follows:


Code:
lynx -dump --nolist "buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_ HTML=2&LEMA="$1

It works this way:


Code:
./rae word

But when looking at the result of my query is doesn't displays this character: ñ, á, é, í, ó, ú... for example. Do I have to change a variable in my OS? What do I have to do?

Thanks in advance,
Sponsored Links