https://github.com/tingping/ustring
Simple C library for safely handling utf8 strings
https://github.com/tingping/ustring
Last synced: 8 months ago
JSON representation
Simple C library for safely handling utf8 strings
- Host: GitHub
- URL: https://github.com/tingping/ustring
- Owner: TingPing
- Created: 2014-10-19T21:50:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T03:32:53.000Z (over 11 years ago)
- Last Synced: 2025-02-02T08:23:21.612Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 143 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ustring [](https://travis-ci.org/TingPing/ustring) [](https://coveralls.io/r/TingPing/ustring)
Simple C library to provide safer utf8 string functions
similiar to those found in the stdlib.
Installation
------------
You can install with [clib](https://github.com/clibs/clib):
```sh
clib install TingPing/ustring
```
Usage
-----
All functions in ustring.c are documented.
Note that C99 is required.