[w3m-dev 01385] Re: w3m-0.1.11-pre-kokb20 patch

From: $B2,ED (okada@furuno.co.jp)
Date: Thu Nov 23 2000 - 19:32:50 CST

  • Next message: $B2,ED: "[w3m-dev 01386] Re: content length in long width cell"

    $B2,ED$G$9!#(B

    From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
    Subject: [w3m-dev 01375] w3m-0.1.11-pre-kokb20 patch
    Date: 23 Nov 2000 02:34:05 +0900

    $B2,It$5$s(B> http://www4.ocn.ne.jp/~okabek/w3m-0111-utf8-kokb20.patch.gz

    w3m-0111-utf8-kokb20 $B$G$9$,!"(Bconv.c $B$G0l2U=j4V0c$$$H;W$o$l$k$H$3$m$,$"(B
    $B$j$^$7$?$N$G!"%Q%C%A$rE:IU$7$^$9!#$D$$$G$K!"%$%s%G%s%H$d%3%s%Q%$%k;~$N(B
    warning $B$N=$@5$b0lIt$7$F$"$j$^$9!#(B

    -- 
    Tsutomu Okada <okada@furuno.co.jp>
    

    --- conv.c.dist Fri Nov 24 09:37:28 2000 +++ conv.c Fri Nov 24 10:22:06 2000 @@ -490,10 +490,10 @@ { /* Convert EUC-JP to Shift-JIS */ uchar *p, ub; int state = EUC_NOSTATE; - Str os = Strnew_size(is->length); - uchar *endp = (uchar *) &is->ptr[is->length]; + Str os = Strnew_size(is->length); + uchar *endp = (uchar *) &is->ptr[is->length]; - for (p = (uchar *) is->ptr; *p < endp; p++) { + for (p = (uchar *) is->ptr; p < endp; p++) { switch (state) { case EUC_NOSTATE: if (!(*p & 0x80)) /* ASCII */ --- istream.c.dist Fri Nov 24 09:40:15 2000 +++ istream.c Fri Nov 24 10:20:59 2000 @@ -20,8 +20,10 @@ static int str_read(Str handle, char *buf, int len); +#ifdef USE_SSL static void ssl_close(struct ssl_handle *handle); static int ssl_read(struct ssl_handle *handle, char *buf, int len); +#endif static void init_base_stream(BaseStream base, int bufsize)



    This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 19:42:18 CST