summaryrefslogtreecommitdiffstats
path: root/unicode/README
diff options
context:
space:
mode:
authorSam Varshavchik2021-03-07 17:46:01 -0500
committerSam Varshavchik2021-03-10 22:52:34 -0500
commit18fc31347b80597f4100f96c86799fe130786781 (patch)
tree08b641332ec55232a34d3656d6435559a847fcce /unicode/README
parent92bcce9b28d5d123af67ff0201cd97508af21326 (diff)
downloadcourier-libs-18fc31347b80597f4100f96c86799fe130786781.tar.bz2
courier-unicode: canonical decomposition and composition implementation.
Move unicode_canonical() into a larger library of functions that handles full Unicode decomposition and composition.
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