lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev more chartrans patch


From: Leonid Pauzner
Subject: Re: lynx-dev more chartrans patch
Date: Mon, 1 Mar 1999 20:55:13 +0300 (MSK)

28-Feb-99 10:20 address@hidden wrote:
>> This is a minore patch based on discussion with KW,
>> in addition to my previous one.
>> Also trace log header now always inform us about
>> anonymous restrictions set (IMHO for adminisrator,
>> a restricted user hardly have shell access to see the log file).

> thanks (on my list).  I've not started dev.18 integration yet (I have been
hope it will be soon (just integration, probably without your changes for now)

> bogged down in a change for ncurses pre-release that looks simple but is
> hard to debug).


Oops! Fallback to 7bit approximation form CJK display now fixed -

diff -u old/ucdomap.h ./ucdomap.h
--- old/ucdomap.h       Thu Feb 25 09:27:46 1999
+++ ./ucdomap.h Mon Mar  1 20:36:24 1999
@@ -78,19 +78,19 @@
    *  what is output to the terminal. - KW
    */
 #define UC_CHARSET_SETUP_euc_cn UC_Charset_Setup("euc-cn","Chinese",\
-       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,0},\
+       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
        128,UCT_ENC_CJK,0)
 #define UC_CHARSET_SETUP_euc_jp UC_Charset_Setup("euc-jp","Japanese (EUC-JP)",\
-       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,0},\
+       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
        128,UCT_ENC_CJK,0)
 #define UC_CHARSET_SETUP_shift_jis UC_Charset_Setup("shift_jis","Japanese 
(Shift_JIS)",\
-       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,0},\
+       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
        128,UCT_ENC_CJK,0)
 #define UC_CHARSET_SETUP_euc_kr UC_Charset_Setup("euc-kr","Korean",\
-       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,0},\
+       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
        128,UCT_ENC_CJK,0)
 #define UC_CHARSET_SETUP_big5 UC_Charset_Setup("big5","Taipei (Big5)",\
-       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,0},\
+       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
        128,UCT_ENC_CJK,0)
   /*
    *  Placeholder for non-translation mode. - FM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]