]> mj.ucw.cz Git - libucw.git/blobdiff - charset/setnames.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / charset / setnames.c
index 38606436b4bbc293258e6da5e43f89874ee6f935..9c888828ff6711322e84ec12310606134c2391ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Character Set Conversion Library 1.0 -- Character Set Names
  *
 /*
  *     Character Set Conversion Library 1.0 -- Character Set Names
  *
- *     (c) 1998--2001 Martin Mares <mj@ucw.cz>
+ *     (c) 1998--2005 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU General Public License.
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU General Public License.
@@ -16,11 +16,27 @@ static char *cs_names[] = {
        "US-ASCII",
        "ISO-8859-1",
        "ISO-8859-2",
        "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-1250",
+       "windows-1251",
+       "windows-1252",
        "x-kam-cs",
        "CSN_369103",
        "cp852",
        "x-mac-ce",
        "x-kam-cs",
        "CSN_369103",
        "cp852",
        "x-mac-ce",
+       "x-cork",
        "utf-8"
 };
 
        "utf-8"
 };