summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2015-03-23 11:06:19 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2015-03-23 11:06:19 -0400
commit32c605cfa715fe0b5a98f5c632ec72de2f700d2a (patch)
tree12707f7439f90bfef5c0a14bef1e549709a37257
parent3a9eac4cacc4806083aabd25fb1365024bc585ac (diff)
downloadlibutf8proc-32c605cfa715fe0b5a98f5c632ec72de2f700d2a.tar.gz
libutf8proc-32c605cfa715fe0b5a98f5c632ec72de2f700d2a.tar.bz2
mainpage dox tweaks
-rw-r--r--utf8proc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/utf8proc.h b/utf8proc.h
index 8c63a00..dc97b85 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -24,10 +24,11 @@
/**
* @mainpage
*
- * uf8proc is a mapping tool for UTF-8 strings with the following features:
+ * uf8proc is a tool for processing UTF-8 strings, with the following features:
*
* - decomposing and composing of strings
* - replacing compatibility characters with their equivalents
+ * - grapheme segmentation
* - stripping of "default ignorable characters"
* like SOFT-HYPHEN or ZERO-WIDTH-SPACE
* - folding of certain characters for string comparison
@@ -40,9 +41,10 @@
* or to the unicode chararacters for paragraph separation (PS)
* or line separation (LS).
* - unicode case folding (for case insensitive string comparisons)
- * - rejection of illegal UTF-8 data
+ * - rejection of invalid UTF-8 data
* (i.e. UTF-8 encoded UTF-16 surrogates)
* - support for korean hangul characters
+ * - character widths
*
* Unicode Version 7.0.0 is supported.
*