about summary refs log tree commit diff stats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-07-02 00:15:34 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-07-02 00:15:34 +0000
commit35787b45f4cbf08d6e4d913e859a39a4e4369766 (patch)
tree01ee977a699ad9f78393fca6bef3888bc707b715 /INSTALLATION
parent811be0812233351687f2215e264eeb886a2a0060 (diff)
downloadlynx-snapshots-35787b45f4cbf08d6e4d913e859a39a4e4369766.tar.gz
snapshot of project "lynx", label v2-9-0dev_6l
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALLATION b/INSTALLATION
index 35eb3588..86a408cd 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -324,7 +324,8 @@ II. Compile instructions -- UNIX
 	./po subdirectory.
 
   --disable-japanese-utf8		(define USE_JAPANESEUTF8_SUPPORT)
-	use Japanese UTF-8 logic.
+	use Japanese UTF-8 logic, which uses iconv to convert pages with
+	charset euc-jp, shift_jis to utf-8. 
 
   --disable-justify-elts		(define USE_JUSTIFY_ELTS)
 	Do not use element-justification logic.
@@ -427,7 +428,9 @@ II. Compile instructions -- UNIX
 	charsets for normal use.
 
   --enable-chinese-utf8			(define EXP_CHINESEUTF8_SUPPORT)
-	use Chinese UTF-8 logic.
+	use Chinese UTF-8 logic, which uses iconv for converting pages with
+	charset gb2312 (aliased to euc-cn), big5 to utf-8.  The Korean charset
+	euc-kr happens to work with this setting.
 
   --enable-debug			(The symbol DEBUG is always defined.)
         Use this option to compile-in support for debugging.
@@ -1493,4 +1496,4 @@ VIII. Acknowledgment
 
 -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp>
 -- vile:txtmode
--- $LynxId: INSTALLATION,v 1.134 2021/06/29 22:59:06 tom Exp $
+-- $LynxId: INSTALLATION,v 1.135 2021/07/02 00:15:34 tom Exp $