From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike FABIAN Newsgroups: gmane.comp.lib.glibc.alpha Subject: [Patch v4 0/14] [BZ #14095] update collation data from Unicode / ISO 14651 Date: Mon, 26 Feb 2018 15:52:19 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519656627 28384 195.159.176.226 (26 Feb 2018 14:50:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2018 14:50:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: "Dmitry V. Levin" To: libc-alpha@sourceware.org Original-X-From: libc-alpha-return-90579-glibc-alpha=m.gmane.org@sourceware.org Mon Feb 26 15:50:22 2018 Return-path: Envelope-to: glibc-alpha@blaine.gmane.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type; q=dns; s=default; b=kgZLzlTwCALJNk6J D4goTY7M7dnZGmuQN41kdmpP1OBGBl3UgjNm2s2WoHqiL3fxtuO+ZBQM/U4sCA1h HatXKwWDGf7XHY7mnyaK/5hGpIlObcBLkD2i6yZMSe3b3NjJrU3hHuJ8ixQMx8pU sDRmnlExG2URItyVSlF8Sw4c/vw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type; s=default; bh=ugQcHd0hLkTG5MlzxZVKbd McJeY=; b=Qbds4UgS7MoA8IUbj7X0P0qYBiQ55NUJ/sJbjnx5fR56azn2teaYUx Jp0aVweYlSnL45mAypS+0OhE6Ho9mcoF3TS2SLIW0qyiVv9SFYJGm6nTOSjtPW4y dE3eQUqyDnibp4BlFWNuI3nop+xq388DgxnpkKxaBNhcbgszCn7Nw= Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: libc-alpha-owner@sourceware.org Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Chinese X-HELO: mail-wm0-f50.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:organization:date:message-id :user-agent:mime-version; bh=fc9dPpBv0A5D8tL1t/6c2ZcQ8sib9yY5sf3vE9L1CQM=; b=JeEDl5XpHNVl22+TYhGLzF6q9QcwpBNnVHrNWXI+QBx8WeZI7UUo4x9/a60wD9KiF8 GZolf7rHKVYGEtS+Rx4TugzSWIxq/DHVKLgIJDDCVPhJ7hXXT8QARBNyjyK6IzKQjkrq FkFWB7Jqq6cX622W9MRTnJHAa8bBMbq2/o/mUUH9yml7z526Hi82eyHnE55ARyo2LLQR pU9gEutC468IbeiLzT8yuVhIcxygEwbVoHLY8s1MgMMgVTPhVc4aYuo4JCnWUKNW2SRA 9TEhu9/PIfqoVe4MLvE+88ca7Kb8zE5mPv37KJUoTbp6y+RwoUJgM4V2bdf6DCgSzB1M T6QA== X-Gm-Message-State: APf1xPCLwdm2vFFfFAazLM7X6FJ18ur/tlofq7Y0kX8AFdO2U7qpdwBv OFa4MEAKUVO8Zy7tbXQLELo4 X-Google-Smtp-Source: AG47ELttiQq5SR3LGmK0TEN1/zmoMqjX+36ZkCcR57/py8Ao+P2VCxzSER5DPl0wi8lyqF9d4lNjgQ== X-Received: by 10.28.111.28 with SMTP id k28mr8232850wmc.54.1519656741524; Mon, 26 Feb 2018 06:52:21 -0800 (PST) Xref: news.gmane.org gmane.comp.lib.glibc.alpha:82911 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqK6g-0006n8-6F for glibc-alpha@blaine.gmane.org; Mon, 26 Feb 2018 15:50:22 +0100 Received: (qmail 72140 invoked by alias); 26 Feb 2018 14:52:25 -0000 Received: (qmail 71486 invoked by uid 89); 26 Feb 2018 14:52:24 -0000 Here comes the v4 version of the patches to update the collation data from ISO 146541. New in this version: - Comment added in tst-fnmatch.input about usage of ranges like [a-z] - Rework the test input to keep testing these ranges. - Mention Bug 22898 (Some Chinese characters cannot be sorted by adding sorting rules to LC_COLLATE https://sourceware.org/bugzilla/show_bug.cgi?id=22898) in the commit message. -- Mike FABIAN