readme
来自「linux下用PCMCIA无线网卡虚拟无线AP的程序源码」· 代码 · 共 30 行
TXT
30 行
The programs gen_ctype_from_glibc.c and gen_collate_from_glibc.cwill generate data files which can beused by uClibc ctype, strcoll and setlocale 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 <vodz@usa.net> 2001 */Sample usage to dump all the data files in a tmp directory:gcc gen_ctype_from_glibc.c -o gen_ctype_from_glibcgcc gen_collate_from_glibc.c -o gen_ctype_from_glibcmkdir tmpcd tmp../gen_ctype_from_glibc -d /usr/share/locale -c../gen_collate_from_glibcThen just move the directory or directories you need (not the .c files)to the uClibc locale file directory you set in Config.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?