X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdiacrit.c;h=9696b06d6c94870a25c4216ed6e1e12c7766ac2d;hb=1062e7a84e38a0e708fa3a7de81bba8ad45a2d45;hp=7fe3a81f82c179a1892e20963894ca6494d37469;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/diacrit.c b/lib/diacrit.c index 7fe3a81f8..9696b06d6 100644 --- a/lib/diacrit.c +++ b/lib/diacrit.c @@ -1,7 +1,7 @@ /* Diacritics processing for a few character codes. - Copyright (C) 1990, 1991, 1992, 1993, 2000, 2006 Free Software - Foundation, Inc. + Copyright (C) 1990-1993, 2000, 2006, 2009-2011 Free Software Foundation, + Inc. François Pinard , 1988. @@ -29,7 +29,7 @@ /*--------------------------------------------------------------------. | For each alphabetic character, returns what it would be without its | -| possible diacritic symbol. | +| possible diacritic symbol. | `--------------------------------------------------------------------*/ const char diacrit_base[256] = @@ -95,9 +95,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 (") | +| (') acute accent; 3 (`) grave accent; 4 (^) circumflex accent; 5 (") | | umlaut or diaraesis; 6 (~) tilda; 7 (,) cedilla; 8 (o) covering degree | -| symbol; 9 (|) slashed character. | +| symbol; 9 (|) slashed character. | `------------------------------------------------------------------------*/ const char diacrit_diac[256] =