From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from srv.colino.net (srv.colino.net [212.83.157.151]) by sourceware.org (Postfix) with ESMTPS id F06963858409 for ; Fri, 21 Jul 2023 13:25:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F06963858409 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=colino.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=colino.net MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colino.net; s=dkim; t=1689945915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NyV/xFXWoKRf+9Bl4+ZewgEu7anVVvushOupB/tIXBo=; b=uSj/XXMrZfdW6PeA7tFzXNWIsRoAt1Dor4l107cH7XUNVTNTTGBOIGQcvu7rFGU6+M8C3i g1EhGZA4HxrNL9u3t0JRIlSk/ntbFKxTbK1QiX+HKUUn5zMgY991d/IazKUHzF5syYdP70 MylQ1Sc+6C2RVaN+wEi44baG8Lxwz0g= Authentication-Results: srv.colino.net; auth=pass smtp.mailfrom=colin@colino.net Date: Fri, 21 Jul 2023 13:25:15 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Colin Leroy-Mira" Message-ID: <00a98f21d5db91e9e67f4b0b5a59f7cc9fd82feb@colino.net> TLS-Required: No Subject: Re: [PATCH v2] localedata: Translit common emojis to smileys [BZ #30649] To: libc-alpha@sourceware.org In-Reply-To: <20230721065203.3268784-1-colin@colino.net> References: <20230721065203.3268784-1-colin@colino.net> X-Spamd-Bar: ------ X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, And sorry for spamming - I've seen that v2 of the patch does not pop in t= he Patchwork list at https://patchwork.sourceware.org/project/glibc/list/= and thought my patch tag in the subject was wrong, but that's apparently= not that. Could the raw UTF-8 in localedata/tst-iconv-emojis-trans.c be the problem= ?=20 Should=20I remove that commented declaration? I added it because a simila= r one is included in localedata/tst-iconv-math-trans.c. Thanks in advance! --=20 Colin