首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 统一潮流控制器小型便携式编码Unicode处理

统一潮流控制器小型便携式编码Unicode处理

资 源 简 介

Despite the fact that there are many ways to transform Unicode, there are cases where existing tools can not handle this task properly. Instruments provided by operating systems are not portable and large libraries like libiconv or icu are to big and generic to handle only this task. In my opinion utfcpp project http://utfcpp.sourceforge.net is the best solutions for such problems, but unfortunately it is not possible to use it with C. The aim of this project is to provide an easy and portable C source code for unicode handling, which can be used in any C/C++ project without any restrictions. Currently utfc implements following functions: * utf8 to utf16 little-endian * utf8 to utf16 big-endian * utf16 little-endian to utf8 * utf16 big-endian to utf8 * support for characters outside the BMP ( codepoint > 0xFFFF ) Note, that code is currently valid only for little-endian processor architectures. You can download current version of u

文 件 列 表

src
utf
utf.h
utf.c
README
VIP VIP
0.177567s