Re: encoding of Mirrors.masterlist

2017-03-21 Thread Frans Spiesschaert
Hi Paul, Thank you very much Paul Wise schreef op di 21-03-2017 om 12:05 [+0800]: > On Tue, Mar 21, 2017 at 12:42 AM, Frans Spiesschaert wrote: > > > So, what action should be taken? > > The mirrors masterlist should have all of the HTML entities converted > to UTF-8. There are a number of the

Re: encoding of Mirrors.masterlist

2017-03-20 Thread Paul Wise
On Tue, Mar 21, 2017 at 12:42 AM, Frans Spiesschaert wrote: > So, what action should be taken? The mirrors masterlist should have all of the HTML entities converted to UTF-8. There are a number of them in the Sponsor/Location/Maintainer fields. I've done this just now: https://anonscm.debian.or

Re: encoding of Mirrors.masterlist

2017-03-20 Thread Frans Spiesschaert
Peter Palfrader schreef op di 28-02-2017 om 07:04 [+]: > On Mon, 27 Feb 2017, Laura Arjona Reina wrote: > > > mmm. But we already have escaped & in mirror_list.pl in lines 601, 621 > > and 675: > > > > https://anonscm.debian.org/viewvc/webwml/webwml/english/mirror/mirror_list.pl?view=markup >

Re: encoding of Mirrors.masterlist

2017-03-02 Thread Adam D. Barratt
On 2017-02-27 22:16, Laura Arjona Reina wrote: mmm. But we already have escaped & in mirror_list.pl in lines 601, 621 and 675: https://anonscm.debian.org/viewvc/webwml/webwml/english/mirror/mirror_list.pl?view=markup 601 $sponsorname =~ s/&(\s+)/&$1/g; That's "ampersand followed by some whi

Re: encoding of Mirrors.masterlist

2017-02-27 Thread Peter Palfrader
On Mon, 27 Feb 2017, Laura Arjona Reina wrote: > mmm. But we already have escaped & in mirror_list.pl in lines 601, 621 > and 675: > > https://anonscm.debian.org/viewvc/webwml/webwml/english/mirror/mirror_list.pl?view=markup Yes, and I argue we shouldn't do that. > $ ./mirror_list.pl --type spo

Re: encoding of Mirrors.masterlist

2017-02-27 Thread Laura Arjona Reina
El 27/02/17 a las 21:30, Peter Palfrader escribió: > On Mon, 27 Feb 2017, Bastian Blank wrote: > >> Hi Peter >> >> On Mon, Feb 27, 2017 at 08:10:30PM +, Peter Palfrader wrote: >>> On Mon, 27 Feb 2017, Frans Spiesschaert wrote: Since several days the Dutch translation team is receiving "Ti

Re: encoding of Mirrors.masterlist (was: Flaw in Mirrors.masterlist)

2017-02-27 Thread Bastian Blank
Hi Peter On Mon, Feb 27, 2017 at 08:10:30PM +, Peter Palfrader wrote: > On Mon, 27 Feb 2017, Frans Spiesschaert wrote: > > Since several days the Dutch translation team is receiving "Tidy > > validation failed" emails. > > This is due to a flaw in webwml/english/mirror/Mirrors.masterlist > > P

Re: encoding of Mirrors.masterlist (was: Flaw in Mirrors.masterlist)

2017-02-27 Thread Peter Palfrader
On Mon, 27 Feb 2017, Bastian Blank wrote: > Hi Peter > > On Mon, Feb 27, 2017 at 08:10:30PM +, Peter Palfrader wrote: > > On Mon, 27 Feb 2017, Frans Spiesschaert wrote: > > > Since several days the Dutch translation team is receiving "Tidy > > > validation failed" emails. > > > This is due to

encoding of Mirrors.masterlist (was: Flaw in Mirrors.masterlist)

2017-02-27 Thread Peter Palfrader
On Mon, 27 Feb 2017, Frans Spiesschaert wrote: > Since several days the Dutch translation team is receiving "Tidy > validation failed" emails. > This is due to a flaw in webwml/english/mirror/Mirrors.masterlist > Please find attached a patch that solves the problem. Thanks for your patch. I thin