From 84d4d9fc4d3b6811cefac097537136ef11ab78ee Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 31 Dec 2020 18:27:10 +0200 Subject: [PATCH] =?UTF-8?q?[manual]=20We=20don=E2=80=99t=20use=20ucdn=20li?= =?UTF-8?q?brary=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/usermanual-utilities.xml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/docs/usermanual-utilities.xml b/docs/usermanual-utilities.xml index 6e30c469c..0208dbf70 100644 --- a/docs/usermanual-utilities.xml +++ b/docs/usermanual-utilities.xml @@ -10,8 +10,7 @@ HarfBuzz includes several auxiliary components in addition to the main APIs. These include a set of command-line tools, a set of lower-level APIs for common data types that may be of interest to - client programs, and an embedded library for working with - Unicode Character Database (UCD) data. + client programs.
@@ -216,29 +215,4 @@
-
- UCDN - - HarfBuzz includes a copy of the UCDN (Unicode - Database and Normalization) library, which provides functions - for accessing basic Unicode character properties, performing - canonical composition, and performing both canonical and - compatibility decomposition. - - - Currently, UCDN supports direct queries for several more character - properties than HarfBuzz's built-in set of Unicode functions - does, such as the BiDirectional Class, East Asian Width, Paired - Bracket and Resolved Linebreak properties. If you need to access - more properties than HarfBuzz's internal implementation - provides, using the built-in UCDN functions may be a useful solution. - - - The built-in UCDN functions are compiled by default when - building HarfBuzz from source, but this can be disabled with a - compile-time switch. - -
-