]> mj.ucw.cz Git - libucw.git/blobdiff - charset/setnames.c
Oops, forgot WT_FILE there.
[libucw.git] / charset / setnames.c
index e9665971f9422614c2b5707bb727c866c18f06ba..b1d43b59b446f46cec0637fcf74b44aaeb1e1c40 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Character Set Conversion Library 1.0 -- Character Set Names
  *
- *     (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998--2001 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU General Public License.
 
 #include <string.h>
 
-char *cs_names[] = {
+static char *cs_names[] = {
        "US-ASCII",
        "ISO-8859-1",
        "ISO-8859-2",
        "windows-1250",
+       "windows-1252",
        "x-kam-cs",
        "CSN_369103",
        "cp852",
        "x-mac-ce",
+       "x-cork",
        "utf-8"
 };