summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/utf8proc/utf8proc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-13utf8proc: Include <utf8proc/utf8proc.h>Sebastian Huber1-1/+1
Prepare for header file move to common include directory. Update #3254.
2015-03-24cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflowJoel Sherrill1-0/+5
2013-06-03libmisc: Add utf8proc-v1.1.5Ralf Kirchner1-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.