Page 1 of 1

How to create new locale

Posted: Thu 04 Aug 2005, 03:17
by Lipuppy
Hi everyone,

I would like to create a new locale (for example, en_US.UTF-8) in Puppy 1.0.4, but I could not find the command localedef. Where can I find this package for Puppy 1.0.4?

Thank you for any support.

Posted: Thu 18 Aug 2005, 18:42
by Kark
I found gcc here, and in one of the zipfiles localedef is included:

http://www.murga.org/%7Epuppy/viewtopic ... hlight=gcc

As for adding suport for a new locale, I copied this from Hacaos post:

# mkdir /usr/share/locale/en_US.UTF-8
# localedef -v -c -i en_US -f UTF-8 /usr/share/locale/en_US.UTF-8

This solved some of my problems, though I'm still far from puppy in my language...

Kark