summaryrefslogtreecommitdiff
path: root/INSTALL.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-06-13 20:00:58 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-06-13 20:00:58 +0000
commit23b21c2414dee8492bf3b2075b8f9aaa16c6a328 (patch)
tree580de033693255e8e9da1c9fe0465c6656227646 /INSTALL.in
parent89a078ae68aae4aa438984a770adc788e56b029a (diff)
downloadglib-23b21c2414dee8492bf3b2075b8f9aaa16c6a328.tar.gz
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)
Diffstat (limited to 'INSTALL.in')
-rw-r--r--INSTALL.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.in b/INSTALL.in
index 6017a5739..cd43e256c 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -47,6 +47,12 @@ At a minimum you'll need the SUNWuiu8 package. You probably
should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
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
of gettext(). If your system doesn't provide this functionality,
you should use the libintl library from the GNU gettext package,