From d85536af73dc5d327075d983abfa69d70e129d20 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 2 Jun 2001 21:46:42 +0000 Subject: Add locale-enabled strcoll function from vodz, plus supporting tool. --- extra/locale/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extra/locale/README') 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 2001 - * Base on ideas Nickolay Saukh - * */ 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. -- cgit v1.2.3