mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
add ISO8859-3 for Solaris. (#66174)
* glib/libcharset/config.charset (os): add ISO8859-3 for Solaris. (#66174)
This commit is contained in:
parent
7040de9ee9
commit
805424972f
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/libcharset/config.charset (os):
|
||||
add ISO8859-3 for Solaris. (#66174)
|
||||
|
||||
2001-12-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
|
||||
|
@ -34,7 +34,7 @@
|
||||
# ASCII, ANSI_X3.4-1968 glibc solaris freebsd
|
||||
# ISO-8859-1 glibc aix hpux irix osf solaris freebsd yes
|
||||
# ISO-8859-2 glibc aix hpux irix osf solaris freebsd yes
|
||||
# ISO-8859-3 glibc yes
|
||||
# ISO-8859-3 glibc solaris yes
|
||||
# ISO-8859-4 osf solaris freebsd yes
|
||||
# ISO-8859-5 glibc aix hpux irix osf solaris freebsd yes
|
||||
# ISO-8859-6 glibc aix hpux solaris yes
|
||||
@ -217,6 +217,7 @@ case "$os" in
|
||||
echo "646 ASCII"
|
||||
echo "ISO8859-1 ISO-8859-1"
|
||||
echo "ISO8859-2 ISO-8859-2"
|
||||
echo "ISO8859-3 ISO-8859-3"
|
||||
echo "ISO8859-4 ISO-8859-4"
|
||||
echo "ISO8859-5 ISO-8859-5"
|
||||
echo "ISO8859-6 ISO-8859-6"
|
||||
|
Loading…
Reference in New Issue
Block a user