summaryrefslogtreecommitdiff
path: root/extra/locale/README
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-02 21:46:42 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-02 21:46:42 +0000
commitd85536af73dc5d327075d983abfa69d70e129d20 (patch)
tree21e6939a55be15151ab986f945a52587b950cf89 /extra/locale/README
parent4f8c656e408ff31d081c8f1302cb7adff409ebb8 (diff)
Add locale-enabled strcoll function from vodz, plus supporting tool.
Diffstat (limited to 'extra/locale/README')
-rw-r--r--extra/locale/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/locale/README b/extra/locale/README
index f97bac36f..6ac487c9a 100644
--- a/extra/locale/README
+++ b/extra/locale/README
@@ -1,6 +1,8 @@
-The program gen_ctype_from_glibc.c will generate data files which can be
-used by uClibc ctype functions to support locales. From the comments:
+The programs gen_ctype_from_glibc.c and gen_collate_from_glibc.c
+will generate data files which can be
+used by uClibc ctype, strcoll and setlocale functions to support locales.
+From the comments:
/*
* Generator locale ctype tables
@@ -10,18 +12,18 @@ used by uClibc ctype functions to support locales. From the comments:
* ./LOCALE/LC_CTYPE files for system with uclibc
*
* Written by Vladimir Oleynik <vodz@usa.net> 2001
- * Base on ideas Nickolay Saukh <nms@ussr.EU.net>
- *
*/
Sample usage to dump all the data files in a tmp directory:
gcc gen_ctype_from_glibc.c -o gen_ctype_from_glibc
+gcc gen_collate_from_glibc.c -o gen_ctype_from_glibc
mkdir tmp
cd tmp
../gen_ctype_from_glibc -d /usr/share/locale -c
+../gen_collate_from_glibc
Then just move the directory or directories you need (not the .c files)
to the uClibc locale file directory you set in Config.