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
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
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
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
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
/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
6 matches
Mail list logo