summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/utf8proc/utf8proc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utf8proc: Include <utf8proc/utf8proc.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflowJoel Sherrill2015-03-241-0/+5
|
* libmisc: Add utf8proc-v1.1.5Ralf Kirchner2013-06-031-0/+587
utf8proc is a small library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. For the time beeing utf8proc is intended to be used for normalizing and folding UTF-8 strings for comparison purposes when adding UTF-8 support to the FAT file system.