From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id C8FBC3942014 for ; Thu, 11 Mar 2021 22:55:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C8FBC3942014 Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-119-IvQksYzAMzmswNAWARPMTQ-1; Thu, 11 Mar 2021 17:55:29 -0500 X-MC-Unique: IvQksYzAMzmswNAWARPMTQ-1 Received: by mail-qt1-f197.google.com with SMTP id k4so16697969qtd.20 for ; Thu, 11 Mar 2021 14:55:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=n7huuiOxO/NUROKeHbQQdYMtyam98mVLbBN7UBy0aP4=; b=eBzbRqNjCh0hdv+XR/h8RuiywiFDt/2SOPhlR9K6XcGelQJ7wVGigr6hJlHGJDblwR IxLSKOjfnmP1Pgm0M65KNS0n36ZYxrWUkAg8iqN2xwuRRnVRerVSF0FnMObEVHhe/J5e soaFCyDC12Sj7U7TJDMiYlzn8LUNe2klGvuvUnMBCxotkSW58zhTK1BRebTVp7+9BGrp NShyZLKcWdqet6Y0QXtxcd9bVcmcf4+Uado3LA0Fz2zVhr4Cdwc0ddVro95YV5a6wojH D/jJz/S8zMCcEweUYaumzpNeCV2qNHsOZB6CS8sS63oMBeOcZt9W1fyK4iI+fdKMVu6Q V4dw== X-Gm-Message-State: AOAM530emPjlc+JmorlAP1fFbgDMvVLKviue5X0vopxXZHlG6UYAauZi b+Tts9STFU6OBT6hnT6c6TwFGZn049Wc0P+4DigmqHkw4V0ZAVLO3LQsCloVaHcvJPCLBgfWO2E ilg8544ubMDoCXdEA1tNZ1iQ/53Q6ZnoHr8lH26vz34qrheM9Dmr49UvShVe1t+iuHwJb1w== X-Received: by 2002:ac8:d0f:: with SMTP id q15mr9627017qti.3.1615503328908; Thu, 11 Mar 2021 14:55:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJxwrppV/Old/4cKj5pn+PfK5cBoRsWLgQWU0MkdMAyKSmRGyofytEsnR3QR+N94uV661M1m4w== X-Received: by 2002:ac8:d0f:: with SMTP id q15mr9627011qti.3.1615503328690; Thu, 11 Mar 2021 14:55:28 -0800 (PST) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id f27sm2939172qkh.118.2021.03.11.14.55.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 11 Mar 2021 14:55:28 -0800 (PST) Subject: Re: [PATCH v3] Add new C.UTF-8 locale (Bug 17318) To: Florian Weimer , Florian Weimer via Libc-alpha References: <20210219032748.564216-1-carlos@redhat.com> <87v99xcxzm.fsf@oldenburg.str.redhat.com> <87k0qdcxb6.fsf@oldenburg.str.redhat.com> From: Carlos O'Donell Organization: Red Hat Message-ID: <224ee998-eb0a-a7aa-c871-fc3c2a092f16@redhat.com> Date: Thu, 11 Mar 2021 17:55:27 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <87k0qdcxb6.fsf@oldenburg.str.redhat.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 22:55:32 -0000 On 3/11/21 2:19 PM, Florian Weimer via Libc-alpha wrote: > I forgot to mention: Please split this patch up into multiple parts: > localedef changes, generator changes, Unicode updates, C.UTF-8 > enablement, tests. I'm sure most of them will show up just fine on > Patchwork. Thanks. I'll split these up. -- Cheers, Carlos.