Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
add ISO8859-3 for Solaris. (#66174)
Browse files Browse the repository at this point in the history
* glib/libcharset/config.charset (os):
add ISO8859-3 for Solaris. (#66174)
  • Loading branch information
Hidetoshi Tajima committed Dec 10, 2001
1 parent 7040de9 commit 8054249
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-0
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-2
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-4
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-6
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-8
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion glib/libcharset/config.charset
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8054249

Please sign in to comment.