From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54196) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJCbC-0007Bi-TP for guix-patches@gnu.org; Sat, 12 Oct 2019 04:18:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJCbC-0003N1-1c for guix-patches@gnu.org; Sat, 12 Oct 2019 04:18:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJCbB-0003Mx-Q6 for guix-patches@gnu.org; Sat, 12 Oct 2019 04:18:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJCbB-0002PS-Jd for guix-patches@gnu.org; Sat, 12 Oct 2019 04:18:01 -0400 Subject: [bug#37708] [PATCH] gnu: add uchardet Resent-Message-ID: References: From: Jonathan Brielmaier Message-ID: Date: Sat, 12 Oct 2019 10:17:15 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Reza Alizadeh Majd , 37708@debbugs.gnu.org On 11.10.19 22:21, Reza Alizadeh Majd wrote:> +=C2=A0=C2=A0=C2=A0 (descrip= tion "uchardet is an encoding detector library, which takes > a +sequence of bytes in an unknown character encoding without any > additional +information, and attempts to determine the encoding of the > text. Returned +encoding names are iconv-compatible.") What does this "+" do here? Are they broken texinfo syntax?