搜索资源列表
urwid-0.9.8.4.tar
- Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powe
man-pages-zh_CN-1.5.tar
- 将 man-pages-zh_CN-1.6.tar.gz 文件放在linux下某目录 #tar zxvf man-pages-zh_CN-1.5.tar.gz c#cd man-pages-zh_CN-1.5 #make u8 #make install-u8 安装之前,运行locale命令来查看自己的语言环境是什么,主要有影响的是LC_ALL,LC_CTYPE和LANG变量的值。命令如下: # locale LANG=zh_CN.UTF
iconvShellFix.tar
- 通过编写linux shell实现对于文件格式转化的批处理(转换格式为gbk-->utf-8)-By writing linux shell batch file format conversion (conversion format is gbk-> utf-8)
linux
- 在 linux 做开发或者系统管理遇到乱码是经常的事情,主要 windows windows下中文的默认编码是 gb2312 gb2312,而 linux 下是 utf -8。很多时候 涉及到和 windows windowswindows平台系统的通信免不了编码转 平台系统的通信免不了编码转 化,可能大部分人都用 iconv iconv iconv库函数(包含在 glib glibglib中)和 iconv iconv iconv命令来执行编码转换,今天 我 要推荐的是另一个 要推荐的是另一个
linuxCgbkutf-8
- linux C gbk utf-8编码转换-the linux C the gbk utf-8 encoding conversion
tld_cleanup
- This command-line program converts an effective-TLD data file in UTF-8 from the format provided by Mozilla to the format expected by Chrome for Linux.
UTF8
- Converts a single character to UTF-8 Source Code for Linux.
UTF8
- Takes a null-terminated C-style string with a UTF-8 sequence in it and converts it to a character. Only allows Unicode characters (U-00000000 to U-0010FFFF) Source Code for Linux v2.13.6. -Takes a null-terminated C-style string with a UTF-8 sequenc
utf-8_to_gbk.tar
- linux环境下编码方式转换例程,只是一个简单的小程序,大家参考使用-linux utf-8 to gbk