X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fsetnames.c;h=5aeca021bf8f9c2ebdd069ca2c0835dafd2dcc3a;hb=d6279d601cfb3f86e0bbe3fb78b4daa9af824bf3;hp=e9665971f9422614c2b5707bb727c866c18f06ba;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/charset/setnames.c b/charset/setnames.c index e9665971..5aeca021 100644 --- a/charset/setnames.c +++ b/charset/setnames.c @@ -1,7 +1,7 @@ /* * Character Set Conversion Library 1.0 -- Character Set Names * - * (c) 1998 Martin Mares + * (c) 1998--2001 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU General Public License. @@ -12,15 +12,30 @@ #include -char *cs_names[] = { +static char *cs_names[] = { "US-ASCII", "ISO-8859-1", "ISO-8859-2", + "ISO-8859-3", + "ISO-8859-4", + "ISO-8859-5", + "ISO-8859-6", + "ISO-8859-7", + "ISO-8859-8", + "ISO-8859-9", + "ISO-8859-10", + "ISO-8859-11", + "ISO-8859-13", + "ISO-8859-14", + "ISO-8859-15", + "ISO-8859-16", "windows-1250", + "windows-1252", "x-kam-cs", "CSN_369103", "cp852", "x-mac-ce", + "x-cork", "utf-8" };