123456789101112131415161718192021222324252627 |
- 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:
- 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
- Then just move the directory or directories you need (not the .c files)
- to the uClibc locale file directory you set in Config.
|