Manuel Novoa III 10874bd626 Small change from Vladimir. 23 vuotta sitten
..
README 10874bd626 Small change from Vladimir. 23 vuotta sitten
gen_ctype_from_glibc.c a12156f0c4 Part of the ctype locale support. 23 vuotta sitten

README


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:

/*
* Generator locale ctype tables
* You must have already setuped locale for worked libc (libc5 or glibc)
*
* This programm scan /usr/share/locale directories and write
* ./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

mkdir tmp
cd tmp
../gen_ctype_from_glibc -d /usr/share/locale -c

Then just move the directory or directories you need (not the .c files)
to the uClibc locale file directory you set in Config.