1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: fix national encoding in README and THANKS
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2021-07-10
Index: unac/README
===================================================================
--- unac.orig/README
+++ unac/README
@@ -6,7 +6,7 @@ What is it ?
unac is a C library that removes accents from characters, regardless
of the character set (ISO-8859-15, ISO-CELTIC, KOI8-RU...) as long as
iconv(3) is able to convert it into UTF-16 (Unicode). For instance
-the string t will become ete. It provides a command line interface
+the string été will become ete. It provides a command line interface
(unaccent) that removes accents from an input flow or a string given
in argument. When using the library function or the command, the
charset of the input must be specified. The input is converted to
Index: unac/THANKS
===================================================================
--- unac.orig/THANKS
+++ unac/THANKS
@@ -1,4 +1,4 @@
-Rune Nordbe Skillingstad <runesk@linpro.no>
+Rune Nordbøe Skillingstad <runesk@linpro.no>
UnicodeData-3.2.0 patch for Norway
"Character Decomposition Mapping"
|