summaryrefslogtreecommitdiffstats
path: root/unicode/README
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/README')
-rw-r--r--unicode/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/unicode/README b/unicode/README
index 9994cc9..74b7cf4 100644
--- a/unicode/README
+++ b/unicode/README
@@ -15,8 +15,8 @@ Courier Unicode Library
COPYING
- This library implements several algorithms related to the Unicode
- Standard, notably:
+ This library implements several algorithms related to the Unicode Standard
+ (with both C and C++ bindings), notably:
* Look up uppercase, lowercase, and titlecase equivalents of a unicode
character.
@@ -27,17 +27,17 @@ Courier Unicode Library
* Implementation of the bi-directional algorithm.
- * Several ancillary functions, like looking up the unicode character
- that corresponds to some HTML 4.0 entity (such as “&”, for
- example), and determining the normal width or a double-width status of
- a unicode character. Also, an adaptation of the iconv(3) API for this
- unicode library.
+ * Canonical forms and normalizations of Unicode text.
* Look up the Unicode script property.
* Look up the category property.
- This library also implements C++ bindings for these algorithms.
+ * Several ancillary functions, like looking up the unicode character
+ that corresponds to some HTML 4.0 entity (such as “&”, for
+ example), and determining the normal width or a double-width status of
+ a unicode character. Also, an adaptation of the iconv(3) API for this
+ unicode library.
Current status