numknuf
  
 
  
 
 
Group: Members 
Posts: 23 
Joined: May 2004 | 
  | 
Posted: May 10 2004,10:12 | 
   | 
 
 
  
I was finally able to solve this problem.
  Here's how to do it:
  > get /usr/share/i18n from knoppix (I started knoppix and transfered to my samba share on DSL) > mkdir /usr/lib/locale (needed this or localedef wouldn't complete succesfully) > localedef -c -v -i en_GB -f ISO-8859-1 en_GB (this gives me unicode so I am happy)    > LANG=en_GB.ISO-8859-1
  It works but there are some warnings with localedef... that is why I use the -c  option. I hope someone can help me with those... 
 |