X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fsetnames.c;h=9c888828ff6711322e84ec12310606134c2391ae;hb=6662981d299de1accd17662e178ef7e902335f4b;hp=b1d43b59b446f46cec0637fcf74b44aaeb1e1c40;hpb=5e875dc942124526ab63dad43ed9181cda9e8ece;p=libucw.git diff --git a/charset/setnames.c b/charset/setnames.c index b1d43b59..9c888828 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. @@ -16,7 +16,21 @@ 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-1251", "windows-1252", "x-kam-cs", "CSN_369103",