![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2D Array to display characters | Raynon | Shell Programming and Scripting | 16 | 05-15-2008 07:38 AM |
| Display special characters | BCarlson | Shell Programming and Scripting | 2 | 10-06-2006 10:59 AM |
| Unknow Characters in Display using ncurses | iali | High Level Programming | 1 | 04-07-2006 04:48 PM |
| Garbage characters in display | Haleja001 | UNIX for Dummies Questions & Answers | 0 | 09-21-2005 10:24 PM |
| Display EBCDIC as Characters | LouPelagalli | AIX | 1 | 08-09-2005 03:07 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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, |
|
||||
|
try Code:
LANG=es_ES (I don't have a Spanish keyboard, but a German one and my LANG was en_US. I changed this to de_DE, and I was able to display German characters). (this may vary depending on your OS, but have a look at /etc/gdm/locale) |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|