From e88376db5e4aa22189aa0979dd72ecb312e0c32b Mon Sep 17 00:00:00 2001 From: Tushar Teredesai Date: Sat, 18 Oct 2003 17:18:57 +0000 Subject: [PATCH] Added characterset not for dillo git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1418 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ xsoft/graphweb/dillo/dillo-inst.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6e7f4fc050..427bbb33fd 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +October 18th, 2003 [tushar]: Add character set not to dillo, +sent by Alexander E. Patrakov + October 18th, 2003 [igor]: Cleaned up GNOME section (second pass). diff --git a/xsoft/graphweb/dillo/dillo-inst.xml b/xsoft/graphweb/dillo/dillo-inst.xml index 77a9a320b2..4d96070f8e 100644 --- a/xsoft/graphweb/dillo/dillo-inst.xml +++ b/xsoft/graphweb/dillo/dillo-inst.xml @@ -1,6 +1,11 @@ Installation of <application>Dillo</application> +Dillo has no mechanism of character set +selection and always uses iso8859-1. If this character set is not +appropriate, replace all occurences of iso8859-1 to the +desired character set in src/dw_style.c. + Install Dillo by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc &&