X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdiacrit.c;h=c7533afed28cc2c4d8eb5e64e8a4a8956d1e9be7;hb=0874a5828bbb4784e9c9d54243b3c978e8e54ece;hp=9a6b613451bdd274c9e4e2d12837a8821f9cbccf;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/diacrit.c b/lib/diacrit.c index 9a6b61345..c7533afed 100644 --- a/lib/diacrit.c +++ b/lib/diacrit.c @@ -1,6 +1,6 @@ /* Diacritics processing for a few character codes. - Copyright (C) 1990-1993, 2000, 2006, 2009-2010 Free Software Foundation, + Copyright (C) 1990-1993, 2000, 2006, 2009-2012 Free Software Foundation, Inc. François Pinard , 1988. @@ -94,9 +94,9 @@ const char diacrit_base[256] = /*------------------------------------------------------------------------. | For each alphabetic character, returns a code of what its diacritic is, | -| according to the following codes: 1 (eE) over aA for latin diphtongs; 2 | -| (') acute accent; 3 (`) grave accent; 4 (^) circumflex accent; 5 (") | -| umlaut or diaraesis; 6 (~) tilda; 7 (,) cedilla; 8 (o) covering degree | +| according to the following codes: 1 (eE) over aA for latin diphthongs; | +| 2 (') acute accent; 3 (`) grave accent; 4 (^) circumflex accent; 5 (") | +| umlaut or diaeresis; 6 (~) tilda; 7 (,) cedilla; 8 (o) covering degree | | symbol; 9 (|) slashed character. | `------------------------------------------------------------------------*/