![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 06:38 AM |
| Display special characters | BCarlson | Shell Programming and Scripting | 2 | 10-06-2006 09:59 AM |
| Unknow Characters in Display using ncurses | iali | High Level Programming | 1 | 04-07-2006 03:48 PM |
| Garbage characters in display | Haleja001 | UNIX for Dummies Questions & Answers | 0 | 09-21-2005 09:24 PM |
| Display EBCDIC as Characters | LouPelagalli | AIX | 1 | 08-09-2005 02: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 Code:
./rae word Thanks in advance, |
|
||||
|
try
Code:
LANG=es_ES (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 |
|
|