From 623005e94a3867c4c1b58969c03ee1ce91f82026 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 27 Jul 2006 18:42:41 +0000 Subject: [PATCH] Add missing word --- Doc/lib/libunicodedata.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 631f12d95d..1998ea8dfe 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -108,7 +108,7 @@ decomposition, and translates each character into its decomposed form. Normal form C (NFC) first applies a canonical decomposition, then composes pre-combined characters again. -In addition to these two forms, there two additional normal forms +In addition to these two forms, there are two additional normal forms based on compatibility equivalence. In Unicode, certain characters are supported which normally would be unified with other characters. For example, U+2160 (ROMAN NUMERAL ONE) is really the same thing as U+0049 @@ -139,3 +139,4 @@ the Unicode database (such as IDNA). \versionadded{2.5} \end{datadesc} + -- 2.40.0