介绍utf8的编码规则:
http://demo.netfoucs.com/csfreebird/article/details/8570015
介绍utf16的编码规则:
http://blog.3snews.net/space.php?uid=40122&do=blog&id=66903
另外,如果想看具体的编码代码,可查看Nana C++ Library 中的charset.cpp中的c++03的实现
本文介绍了两种常见的Unicode编码方案:UTF-8和UTF-16的编码规则,并提供了NanaC++ Library中charset.cpp的具体实现示例。
介绍utf8的编码规则:
http://demo.netfoucs.com/csfreebird/article/details/8570015
介绍utf16的编码规则:
http://blog.3snews.net/space.php?uid=40122&do=blog&id=66903
另外,如果想看具体的编码代码,可查看Nana C++ Library 中的charset.cpp中的c++03的实现
4511
956
526
4060

被折叠的 条评论
为什么被折叠?