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

Bug#820119: closed by Debian WWW CVS <webmaster@debian.org> (reply to debian-www@lists.debian.org) (Debian WWW CVS commit by djpig fixes #820119)



On Fri, 20 May 2016 21:18:09 +0000
Debian Bug Tracking System wrote:

> @@ -117,6 +117,8 @@ sub transform_translator {
>          $name =~ s/\s*<.*//;
>          $name =~ s/&(?!#)/&amp;/g;
>          $name =~ s/=\?.*?\?=//g;
> +        # BREAK PERMITTED HERE (U+0082) is not allowed in HTML 4.01.
> +        $name =~ s/(?:&#0*130;|&#x0*82;|\N{U+0082})//ig;
>          $name = 'DDTP' if $name eq 'Debian Description Translation Project';
>          $name = '' if $name =~ m/\@/;
>          return $name;

there is a wrong comment;
as I said, BPH, i.e. C1 range is supported
just tidy is stupid so you needed to eliminate yourself

-- 
victory
no need to CC me :-)


Reply to: