DESCR 629 B

123456789101112
  1. Text files are nowadays usually encoded in Unicode, and may consist of
  2. very different scripts - from Latin letters to Chinese Hanzi -, with
  3. many kinds of special characters - accents, right-to-left writing marks,
  4. hyphens, Roman numbers, and much more. But the POSIX platform APIs for
  5. text do not contain adequate functions for dealing with particular
  6. properties of many Unicode characters. In fact, the POSIX APIs for text
  7. have several assumptions at their base which don't hold for Unicode
  8. text.
  9. This library provides functions for manipulating Unicode strings and for
  10. manipulating C strings according to the Unicode standard.