Add cp1251 support for Solaris. (#104738, Hidetoshi Tajima)
authorMatthias Clasen <maclas@gmx.de>
Sun, 30 Mar 2003 21:29:26 +0000 (21:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Mar 2003 21:29:26 +0000 (21:29 +0000)
2003-03-30  Matthias Clasen  <maclas@gmx.de>

* glib/libcharset/config.charset: Add cp1251 support for Solaris.
(#104738, Hidetoshi Tajima)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/libcharset/config.charset

index 5430a04..fc2293d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 5430a04..fc2293d 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 5430a04..fc2293d 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 5430a04..fc2293d 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 5430a04..fc2293d 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 5430a04..fc2293d 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-30  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/libcharset/config.charset: Add cp1251 support for Solaris.
+       (#104738, Hidetoshi Tajima)
+
        * glib/gconvert.c (UnsafeCharacterSet): Get rid of
        UNSAFE_DOS_PATH.
        (acceptable): Align with RFC2396.  (#59653)
index 4f98b5b..c1bb7e9 100755 (executable)
@@ -71,7 +71,7 @@
 #   CP1125                    dos
 #   CP1129                    aix
 #   CP1250                    woe32
-#   CP1251                    glibc woe32
+#   CP1251                    glibc woe32 solaris
 #   CP1252                    aix woe32
 #   CP1253                    woe32
 #   CP1254                    woe32
@@ -231,6 +231,7 @@ case "$os" in
        echo "ISO8859-9 ISO-8859-9"
        echo "ISO8859-15 ISO-8859-15"
        echo "koi8-r KOI8-R"
+       echo "ansi-1251 CP1251"
        echo "BIG5 BIG5"
        echo "Big5-HKSCS BIG5-HKSCS"
        echo "gb2312 GB2312"