Bug#959474: Issues with Chinese language (all variants) when building some pages in buster

2020-05-05 Thread Jakub Wilk
valid argument for binmode(). You want: $ echo 包 | perl -E 'STDIN->binmode(":encoding(UTF-8)") or die; while(<>) { s|\s+\n|\n|sg; print }' Wide character in print at -e line 1, <> line 1. 包 or: $ echo 包 | perl -E 'STDIN->binmode(":utf8") or die; while(<>) { s|\s+\n|\n|sg; print }' Wide character in print at -e line 1, <> line 1. 包 -- Jakub Wilk

Bug#863069: Bug reporting page typoes "forwarded" in example

2022-03-21 Thread Jakub Wilk
correct command is "forwarded", as noted elsewhere on that page and in other parts of the BTS documentation. This documentation lives in webwml (english/Bugs/Reporting.wml). -- Jakub Wilk

Bug#639641: www.debian.org/devel/tech-ctte#retiredmembers: please add ajt

2011-08-28 Thread Jakub Wilk
Package: www.debian.org Severity: normal Anthony Towns stepped down from the Technical Committee on 2009-01-05. Please add him to the "Retired members" section of <http://www.debian.org/devel/tech-ctte>. Reference: http://lists.debian.org/debian-ctte/2009/01/msg6.htm

Bug#543228: http://www.debian.org/mirror/list-non-US references a non-existent domain

2009-08-23 Thread Jakub Wilk
Package: www.debian.org Severity: normal $ curl -s http://www.debian.org/mirror/list-non-US | grep -coF /non-us.debian.org/ 9 $ host non-us.debian.org Host non-us.debian.org not found: 3(NXDOMAIN) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org with a subject

Bug#603931: http://www.debian.org/devel/secretary is ugly

2010-11-18 Thread Jakub Wilk
Package: www.debian.org Severity: normal http://www.debian.org/devel/secretary uses some non-standard stylesheets which makes the page look different that everything else on our website. E.g. the is rendered with an ugly red text shadow. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Bug#603934: packages.debian.org: CVE links in changelogs should point to security-tracker.debian.org

2010-11-18 Thread Jakub Wilk
/main/o/openssl/current/changelog -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101118160540.ga3...@jwilk.net