https://github.com/yin-jinlong/tiny-unicode
unicode C 转换库及简单工具。Simple unicode C converter and utils.
https://github.com/yin-jinlong/tiny-unicode
c tiny unicode unicode-converter utf-32 utf-32be utf-8
Last synced: about 1 year ago
JSON representation
unicode C 转换库及简单工具。Simple unicode C converter and utils.
- Host: GitHub
- URL: https://github.com/yin-jinlong/tiny-unicode
- Owner: Yin-Jinlong
- License: gpl-3.0
- Created: 2024-01-11T03:36:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T07:16:00.000Z (over 2 years ago)
- Last Synced: 2025-01-24T12:14:22.591Z (over 1 year ago)
- Topics: c, tiny, unicode, unicode-converter, utf-32, utf-32be, utf-8
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tiny-unicode 小型unicode转换库及简单工具
[//]: # (概览)


[//]: # (仓库信息)



[//]: # (统计)



[//]: # (活动)



用于在`utf8`,`utf16`,`utf32`之间转换。
简单的unicode工具。
此仓库是[color-shell](https://github.com/Yin-Jinlong/color-shell.git)的一个外置依赖库
[Unicode范围](Unicode.md)
## 构建
目标`tiny-unicode`,生成静态库
## 支持
- 判断全宽字符
- 判断Emoji
- `UTF-8`->
- `UTF-32`(BE)
- `UTF-32`(BE)->
- `UTF-8`