The UNIX and Linux Forums
>
Special Forums
>
UNIX and Linux Applications
Display non-english characters in shell
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Display non-english characters in shell
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
07-03-2009
agasamapetilon
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,
Remove advertisements
Sponsored Links
agasamapetilon
View Public Profile
Find all posts by agasamapetilon