[Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Matthias Apitz
Hello, I need in my FR a Terminal which can handle UTF-8 output; r...@om-gta02:~# DISPLAY=:0 export DISPLAY r...@om-gta02:~# LANG=es_ES.UTF-8 export LANG r...@om-gta02:~# openmoko-terminal2 (openmoko-terminal2:1887): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C'

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Olof Sjobergh
Hi, On Mon, Mar 2, 2009 at 10:43 AM, Matthias Apitz g...@unixarea.de wrote: Is there some way to get UTF-8 support? Thx You need to install a UTF-8 locale. To see which locales you have installed, run locale -a Unfortunately, I don't remember the package names for locales. But with an UTF-8

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Matthias Apitz
El día Monday, March 02, 2009 a las 11:14:41AM +0100, Olof Sjobergh escribió: Hi, On Mon, Mar 2, 2009 at 10:43 AM, Matthias Apitz g...@unixarea.de wrote: Is there some way to get UTF-8 support? Thx You need to install a UTF-8 locale. To see which locales you have installed, run

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Daniel.Li
On Mon, 2009-03-02 at 11:21 +0100, Matthias Apitz wrote: El día Monday, March 02, 2009 a las 11:14:41AM +0100, Olof Sjobergh escribió: Hi, On Mon, Mar 2, 2009 at 10:43 AM, Matthias Apitz g...@unixarea.de wrote: Is there some way to get UTF-8 support? Thx You need to install

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Ed Kapitein
perhpas you can do: which locale and opkg search `which locale` That will list the packages that contains locale Kind regards, @ On Mon, 2009-03-02 at 19:39 +0800, Daniel.Li wrote: On Mon, 2009-03-02 at 11:21 +0100, Matthias Apitz wrote: El día Monday, March 02, 2009 a las 11:14:41AM

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Matthias Apitz
El día Monday, March 02, 2009 a las 07:51:26PM +0800, Daniel.Li escribió: ... This means you only have the C and POSIX locales, i.e. no UTF-8 locales. Try to install for example locale-base-en-us or some other language and see if that makes a difference. I've installed now in

Re: [Om2008.x] Terminal with UTF-8 support wanted

2009-03-02 Thread Denis Shulyaka
Try to generate locale youself. Something like localedef --no-archive -c -i es-ES -f UTF-8 es-ES.utf8 2009/3/2, Matthias Apitz g...@unixarea.de: Hello, I need in my FR a Terminal which can handle UTF-8 output; r...@om-gta02:~# DISPLAY=:0 export DISPLAY r...@om-gta02:~# LANG=es_ES.UTF-8