bug-global
[Top][All Lists]
Advanced

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

Re: [PATCH] multi-byte code


From: Shigio Yamaguchi
Subject: Re: [PATCH] multi-byte code
Date: Fri, 21 Mar 2003 02:03:26 +0900

Fixed. Thank you!

> htags does not recognize the symbol which consists of a multi-byte code in th
e head of a line.
> 
> Index: htags/htags.in
> ===================================================================
> RCS file: /cvsroot/global/global/htags/htags.in,v
> retrieving revision 1.103
> diff -u -r1.103 htags.in
> --- htags/htags.in    20 Mar 2003 12:06:19 -0000      1.103
> +++ htags/htags.in    20 Mar 2003 15:10:52 -0000
> @@ -2160,7 +2160,7 @@
>                                       }
>                                       # set tag marks and save hyperlink into
 @links
>                                       if (ord($TAG) > 127) {  # for multi-byt
e code
> -                                             if (s/([\x00-\x7f])$TAG([ \t\00
4]*\()/$1\005$count\005$2/ || s/([\x00-\x7f])$TAG([\x00-\x7f])/$1\005$count\005
$2/) {
> +                                             if (s/([\x00-\x7f]|^)$TAG([ \t\
004]*\()/$1\005$count\005$2/ || s/([\x00-\x7f]|^)$TAG([\x00-\x7f])/$1\005$count
\005$2/) {
>                                                       $count++;
>                                                       push(@links, $href);
>                                               } else {
> 
> ----
> Hideki IWAMOTO  address@hidden
> 
> 
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
> 
> 
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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