An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ustring [![Build Status](http://img.shields.io/travis/TingPing/ustring.svg?style=flat)](https://travis-ci.org/TingPing/ustring) [![Test Coverage](http://img.shields.io/coveralls/TingPing/ustring.svg?style=flat)](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.