From f5c8b4df7572f4884ba912ff129cb3e656d474e9 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 24 Sep 2002 16:35:02 +0000 Subject: [w3m-dev 03318] Re: Passwords * etc.c (struct auth_path): added (passwords): added (dir_under): added (add_auth_pass_entry): added (find_auth_pass_entry): added (find_auth_user_passwd): added (loadPasswd): added (find_auth): dir_under() (add_auth_cookie): check file * file.c (find_auth_user_passwd): removed (getAuthCookie): use delText() check proxy (get_auth_cookie): removed (loadGeneralFile): auth_pu * proto.h (schemeToProxy): added (get_auth_cookie): removed (loadPasswd): added (find_auth_user_passwd): added * rc.c (sync_with_option): loadPasswd() * textlist.c (delValue): added * textlist.h (delValue): added (delText): added * url.c (HTTPrequest): seen_www_auth (schemeToProxy): added From: AIDA Shinra --- conv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conv.c') diff --git a/conv.c b/conv.c index 7ad1340..7eeebe6 100644 --- a/conv.c +++ b/conv.c @@ -1,4 +1,4 @@ -/* $Id: conv.c,v 1.6 2001/11/29 09:34:14 ukai Exp $ */ +/* $Id: conv.c,v 1.7 2002/09/24 16:35:02 ukai Exp $ */ #include #include #include "fm.h" @@ -237,7 +237,7 @@ cConvSE(Str is) state = SJIS_SHIFT_L; } else if (0xe0 <= *p && *p <= 0xef) { /* JIS X 0208 */ -/* } else if (0xe0 <= *p && *p <= 0xfc) { *//* JIS X 0213 */ + /* } else if (0xe0 <= *p && *p <= 0xfc) { *//* JIS X 0213 */ ub = (*p & 0x7f) - 0x40; state = SJIS_SHIFT_H; } -- cgit v1.2.3