How to create new locale

Booting, installing, newbie
Post Reply
Message
Author
Lipuppy

How to create new locale

#1 Post 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.

Kark
Posts: 26
Joined: Tue 26 Jul 2005, 07:33
Location: Norway/France

#2 Post 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

Post Reply