From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KA8sFYsVsGNpEAAAbAwnHQ (envelope-from ) for ; Sat, 31 Dec 2022 11:57:15 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aIthFIsVsGP+dwEAG6o9tA (envelope-from ) for ; Sat, 31 Dec 2022 11:57:15 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EAF77110A4 for ; Sat, 31 Dec 2022 11:57:14 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pBZXz-0000Uk-T7; Sat, 31 Dec 2022 05:57:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBZXy-0000UW-Ca for guix-patches@gnu.org; Sat, 31 Dec 2022 05:57:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pBZXy-0007hI-3s for guix-patches@gnu.org; Sat, 31 Dec 2022 05:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pBZXx-0000bU-Pu for guix-patches@gnu.org; Sat, 31 Dec 2022 05:57:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60358] [PATCH v5 3/5] gnu: UCD: Add version 3.0-update1. Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 31 Dec 2022 10:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60358 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler , 60358@debbugs.gnu.org Received: via spool by 60358-submit@debbugs.gnu.org id=B60358.16724842082287 (code B ref 60358); Sat, 31 Dec 2022 10:57:01 +0000 Received: (at 60358) by debbugs.gnu.org; 31 Dec 2022 10:56:48 +0000 Received: from localhost ([127.0.0.1]:36626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBZXk-0000am-EI for submit@debbugs.gnu.org; Sat, 31 Dec 2022 05:56:48 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBZXh-0000aa-OG for 60358@debbugs.gnu.org; Sat, 31 Dec 2022 05:56:47 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 97dfff5a; Sat, 31 Dec 2022 10:56:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s=dkim; bh=ZVrq46G0K2P1+c/PxK01dlSZb6E=; b=weazRPSRuJX+PJrwlIFNLxOplJIG RwPZPeOd8qefX1pEgrf6QjN1bDecw+Uc7aQQkYKhV84Olx5UahpOh95dsswP/sgK F3Hmz/Th21Zeiuqj8oAbU+eXFwSde1AU2s+CooNyqbFWL9MaYi38bzUjsCBlveUr NVz2nAXgNIDtqHk= Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 7ab6e85f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 31 Dec 2022 10:56:41 +0000 (UTC) Message-ID: <8da668a75fe71ee52887f73ec719946cc379f64e.camel@planete-kraus.eu> Date: Sat, 31 Dec 2022 11:56:39 +0100 In-Reply-To: <42bc322d6b91d97d6f80f0ad72e131664e565c2e.camel@gmail.com> References: <36a8b51d628dab1706ed903db57eb1be1abbee1f.camel@planete-kraus.eu> <42bc322d6b91d97d6f80f0ad72e131664e565c2e.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Vivien Kraus X-ACL-Warn: , Vivien Kraus via Guix-patches From: Vivien Kraus via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672484235; h=from:from:sender:sender:reply-to: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:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZbUp3VHmxdnlax7TozxbTII95m/DsXh2HG/AnIZgI2s=; b=H9VHWOrr6Xo2qJNiqhyVA53RlpV1rXHea+JGz+ehEImptCQ2xVBFYPTIINIWjBnD90OZuA rKbEaFeRCxWcUAaVq8dS+stXK7Owo5YfWKnklNZVFiawYm/Eg+XMEXhe36lO9CiAwyezIf psfWb3RLqPiv14j6QYhNNABnKf8YQj2u3zhizW8fOvcI3n1nRUZk8ffOBFt/urs2pBpmFi ShFvYzZS+Guz5LTXhOB6DkxQkkxslOavnR5/mq0R+Tn0EbaGUPXX7JqPQs6Avg40WhH+kP xjlYNIewxBPbH66FicSo8f7PyGcY/B5Iip9PQRE+W5miFw4Kto6wCNHDiRpAOw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=dkim header.b=weazRPSR; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1672484235; a=rsa-sha256; cv=none; b=IAMw9gveIWB0aZ+QFz4EViITCCnH8kbHGqAyN65h44cJkv1twHh9SFNxx0CQuU8b87dZS6 gTDN+MAh1HGJ0Wjf8s+/Qh4cLBuAcU3z/4K49MR4Kdc78piKCwd2TgYZWYhkIJeCtKvrQB rz9uhOfQAUrTHuoFGQL7hYi4Kc5e7e3VGlg/IhTWjFWjgduPuqKJwSaNFV5weekbBef21k 7dDEPgXA4NXT8rnkwOjoOjkD6ng1JWGUq+4NUNfSOshbx3AHj/1rS4jGR+c7lq7rAlqY+n NKBZpYRKbsa8CuvsahICm/F9rxKiKHtctkWRyEuQJ9fRowuhqiiNt5uJFSOmOw== X-Spam-Score: -2.04 X-Migadu-Queue-Id: EAF77110A4 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=dkim header.b=weazRPSR; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.04 X-TUID: TQpPkMQakvzO Hi! Le samedi 31 d=C3=A9cembre 2022 =C3=A0 07:49 +0100, Liliana Marie Prikler a =C3=A9crit=C2=A0: > Am Freitag, dem 30.12.2022 um 22:20 +0100 schrieb Vivien Kraus: > > * gnu/packages/unicode.scm (ucd3.0-update1): New variable. > > --- > Surely this must work with a newer UCD.=C2=A0 Perhaps not with 14, which > is > the currently packaged one, but what if we use 7, which is the first > zipped one?=C2=A0 Using a newer UCD might also solve your Hangul problem. If you look at gen-uni-tables.c in lib/, you will see that the instructions insist on using PropList-3.0.1.txt from 3.0 update 1, in addition to a recent UCD (there are 2=E2=80=AFUCD inputs to the gnulib pack= age: the specific 3.0.1 ucd and the recent ucd =E2=88=92 they don=E2=80=99t have= colliding file names). In theory, I would also update UCD, but it has a lot of dependent packages so the update should go to the staging branch instead. There are no clear instructions on how to get HangulSyllableNames.txt, so I=E2=80=99m hesitant to declare that version 7 will do. Vivien