mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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:
parent
306d5e2b6b
commit
93681235dd
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user