On Sun, Jun 18, 2006 at 12:38:15AM +0200, Leonard den Ottolander wrote: > Hello Jakub, > > On Fri, 2006-06-16 at 17:19 -0400, Jakub Jelinek wrote: > > On Fri, Jun 16, 2006 at 10:28:36PM +0200, Leonard den Ottolander wrote: > > > Where can I find which locale/charset combinations are valid? > > > > By running > > locale -a > > locale -m shows more available character sets than > $ locale -a | grep "\." | cut -f 2 -d \. | sort -u > > How do I make tools like grep and sed use a character set that is not > available in any of the locales but is a valid character set? man localedef Jakub