Add cp1251 support for Solaris. (#104738, Hidetoshi Tajima)

2003-03-30  Matthias Clasen  <maclas@gmx.de>

	* glib/libcharset/config.charset: Add cp1251 support for Solaris.
	(#104738, Hidetoshi Tajima)
This commit is contained in:
Matthias Clasen 2003-03-30 21:29:26 +00:00 committed by Matthias Clasen
parent 306d5e2b6b
commit 93681235dd
7 changed files with 20 additions and 1 deletions

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)

View File

@ -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"