Herzliche Glückwünsche

2020-08-31 Thread Jakub
Das Geld wurde Ihnen von Herrn Charles W. Jackson Jr. gespendet, der die Summe von 344,6 Millionen US-Dollar im Power Ball Lottery Jackpot gewonnen hat. Er hat Sie ausgewählt, um von seiner laufenden Wohltätigkeitsorganisation zu profitieren und einen Teil des Geldes an ausgewählte Menschen auf

Re: Information about compendia (was: Re: Download all the po files)

2013-02-10 Thread Jakub Wilk
* Christian PERRIER , 2013-02-10, 15:03: Is there a plan for a website/dashboard to check error in po files? Well, Jakub Wilk (CC'ed) recently posted about results by i18n-inspector which seem to be close to what you're thiunking about. It would be great if there was a website sho

Re: Please translate: Debian Stretch blogpost

2017-06-17 Thread Jakub Klimczak
Às 13:23 de 17-06-2017, Ana Guerrero Lopez escreveu: > Hi, > > Please translate the blogpost for bits.debian.org announcing the release of > stretch: > > https://anonscm.debian.org/cgit/publicity/bits.git/tree/content/2017/stretch-released.md > > You'll need to add the language and translator

Re: 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