X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fsetnames.c;h=02dd6a3c201c12471b83ff5c5a86ada2d75e8920;hb=8c0ad492c6c91af6097bd4e50bccfd36f130bd95;hp=5aeca021bf8f9c2ebdd069ca2c0835dafd2dcc3a;hpb=7b33fa5c0b236edc14007775b6cad248f713e2a7;p=libucw.git diff --git a/charset/setnames.c b/charset/setnames.c index 5aeca021..02dd6a3c 100644 --- a/charset/setnames.c +++ b/charset/setnames.c @@ -1,7 +1,7 @@ /* * Character Set Conversion Library 1.0 -- Character Set Names * - * (c) 1998--2001 Martin Mares + * (c) 1998--2005 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU General Public License. @@ -12,6 +12,8 @@ #include +/* Names according to RFC 1345 (see http://www.iana.org/assignments/character-sets) */ + static char *cs_names[] = { "US-ASCII", "ISO-8859-1", @@ -30,6 +32,7 @@ static char *cs_names[] = { "ISO-8859-15", "ISO-8859-16", "windows-1250", + "windows-1251", "windows-1252", "x-kam-cs", "CSN_369103",