On Tue, 28 Mar 2000, Henry Nelson wrote:
> The following are only _suggestions_ for rewording, so if you wish to
> adopt any of them, please make the patch since you are the author.
Thanks a lot. I believe your correct English will make everyone happy.
This patch is the replacement of my last patch.
--
Takeshi Hataguchi
E-mail: [EMAIL PROTECTED]
%%% Created Thu Mar 30 21:17:46 JST 2000 by target lynx.patch. %%%
diff -bru orig/lynx2-8-3/userdefs.h lynx2-8-3/userdefs.h
--- orig/lynx2-8-3/userdefs.h Mon Mar 27 12:14:00 2000
+++ lynx2-8-3/userdefs.h Thu Mar 30 21:12:46 2000
@@ -1440,6 +1440,36 @@
#endif /* DOSPATH */
#endif /* VMS */
+/*****************************
+ * USE_TH_JP_AUTO_DETECT, CONV_JISX0201KANA_JISX0208KANA,
+ * and KANJI_CODE_OVERRIDE are the macros for Japanese. - TH
+ */
+/*****************************
+ * USE_TH_JP_AUTO_DETECT enables a new Japanese charset detection routine.
+ * With the old detection strategy, Lynx always thought a document was
+ * written in mixture of three kanji codes (JIS, EUC and SJIS). The new
+ * strategy is for Lynx to first assume the document is written in one code
+ * or JIS + one other kanji code (JIS, EUC, SJIS, EUC+JIS and SJIS+JIS).
+ * The first assumption is usually correct, but if the assumption is wrong,
+ * Lynx falls back to the old assumption of the three kanji codes mixed.
+ */
+#define USE_TH_JP_AUTO_DETECT
+
+/*****************************
+ * If CONV_JISX0201KANA_JISX0208KANA is set, Lynx will convert
+ * JIS X0201 Kana to JIS X0208 Kana, i.e., convert half-width kana
+ * to full-width.
+ */
+#define CONV_JISX0201KANA_JISX0208KANA
+
+/*****************************
+ * Uncomment the following line to enable the kanji code override routine.
+ * The code can be changed by pressing ^L. More precisely, this allows
+ * the user to override the assumption about the kanji code for the document
+ * which Lynx has made on the basis of a META tag and HTTP response.
+ */
+/*#define KANJI_CODE_OVERRIDE */
+
/****************************************************************
* Section 4. Things you MUST check only if you plan to use Lynx