mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02:00
Add a note about the deficiency of Tru64 iconv. (#81699, Manuel Op de
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com> * INSTALL.in: Add a note about the deficiency of Tru64 iconv. (#81699, Manuel Op de Coul)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* INSTALL.in: Add a note about the deficiency
|
||||||
|
of Tru64 iconv. (#81699, Manuel Op de Coul)
|
||||||
|
|
||||||
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* tests/patterntest.c (test_compilation)
|
* tests/patterntest.c (test_compilation)
|
||||||
|
@@ -47,6 +47,12 @@ At a minimum you'll need the SUNWuiu8 package. You probably
|
|||||||
should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
|
should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
|
||||||
SUNWkiu8 packages.
|
SUNWkiu8 packages.
|
||||||
|
|
||||||
|
The native iconv on Compaq Tru64 doesn't contain support for
|
||||||
|
UTF-8, so you'll need to use GNU libiconv instead. (When
|
||||||
|
using GNU libiconv for GTK+, you'll need to use GNU libiconv
|
||||||
|
for GNU gettext as well.) This probably applies to related
|
||||||
|
operating systems as well.
|
||||||
|
|
||||||
Finally, for message catalog handling, GTK+ requires an implementation
|
Finally, for message catalog handling, GTK+ requires an implementation
|
||||||
of gettext(). If your system doesn't provide this functionality,
|
of gettext(). If your system doesn't provide this functionality,
|
||||||
you should use the libintl library from the GNU gettext package,
|
you should use the libintl library from the GNU gettext package,
|
||||||
|
Reference in New Issue
Block a user