mainpage dox tweaks
authorSteven G. Johnson <stevenj@alum.mit.edu>
Mon, 23 Mar 2015 15:06:19 +0000 (11:06 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Mon, 23 Mar 2015 15:06:19 +0000 (11:06 -0400)
utf8proc.h

index 8c63a00d68612fadd7623bb17aadc5fede7e2c36..dc97b85b4e10e0579376dfdab3294c6d5e58f19c 100644 (file)
 /** 
  * @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
  *   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.
  *