diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 03:38:14 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 03:38:14 +0000 | 
| commit | 01696913c0644380dd6cb62ca7090da77b92f07b (patch) | |
| tree | e8117ee1b24496069664939e39e80ebc1eae399f | |
| parent | fix [w3m-dev 03975] Re: gettextize (diff) | |
| download | w3m-01696913c0644380dd6cb62ca7090da77b92f07b.tar.gz w3m-01696913c0644380dd6cb62ca7090da77b92f07b.zip | |
update comment
Diffstat (limited to '')
| -rw-r--r-- | main.c | 8 | 
1 files changed, 3 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.233 2003/09/24 18:48:59 ukai Exp $ */ +/* $Id: main.c,v 1.234 2003/09/25 03:38:14 ukai Exp $ */  #define MAINPROGRAM  #include "fm.h"  #include <signal.h> @@ -4153,10 +4153,8 @@ adBmark(void)  #ifdef USE_M17N  #if LANG == JA  		  /* FIXME: why WC_CES_EUC_JP hardcoded?  -		   *   It should be SystemCharset, that is, we don't -		   *   need if LANG==JA here. -		   *   For example, Cygwin environment, it should be -		   *   WC_CES_SHIFT_JIS, shouldn't it? - ukai +		   *  backward compatibility. +		   *  w3mbookmark takes arguments as EUC-JP only?  		   */  		  (Str_form_quote(wc_conv_strict(Currentbuf->buffername,  						 InnerCharset, | 
