]> 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 5aeca021bf8f9c2ebdd069ca2c0835dafd2dcc3a..02dd6a3c201c12471b83ff5c5a86ada2d75e8920 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     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.
@@ -12,6 +12,8 @@
 
 #include <string.h>
 
+/* 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",