From patchwork Wed Jul 19 07:27:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhilesh Kumar X-Patchwork-Id: 790858 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-82223-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="TFzvOxMi"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xC7xm6hLYz9sNV for ; Wed, 19 Jul 2017 17:31:24 +1000 (AEST) 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 :content-type:references; q=dns; s=default; b=j+HMwNR4RW2BdG2+d/ RO9OkUMf2DZPC4dMZ7eIzdD7EGJl/sM0aQFkOn84hfK9bO4Z8hwsnYIzKwy05Ccu BaW/odYHnfc7Kd9E6bpS9j/sCIq1QO+nhlWApeEjfacKmsCbDuonV2yQr9EltHS9 o7rGcnJoXU/EytVJdW4SmIihA= 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 :content-type:references; s=default; bh=oTZYa0mqin0SNLG/DP5+flTP TrA=; b=TFzvOxMijwXkfblTmP4XZ9yh5Fe/AjV22/b/K/Y2Oqqh2s6H/VT0Mw8N +LYadxecGHL0Eg4dKAyKZtmz2fQ0+PYToMkAaABnXcbTzv6nslW+AU0ry7Z+PdaG A0vHjd+H2nozpAtruLQOUB5HUno1K0Mk7f+fFoBPW34HC6V8lkg= Received: (qmail 67938 invoked by alias); 19 Jul 2017 07:31:18 -0000 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: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 67916 invoked by uid 89); 19 Jul 2017 07:31:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AC_HTML_NONSENSE_TAGS, AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailout2.samsung.com From: Akhilesh Kumar To: libc-alpha@sourceware.org Cc: pankaj.m@samsung.com, Akhilesh Kumar Subject: [PATCH v2] Fix country_post "Country Postal Abbreviations" Date: Wed, 19 Jul 2017 12:57:36 +0530 Message-Id: <1500449256-47658-1-git-send-email-akhilesh.k@samsung.com> X-CMS-MailID: 20170719073112epcas5p1f462a07cae758366bf395bdc7373012b X-Msg-Generator: CA X-Sender-IP: 182.195.40.14 X-Local-Sender: =?UTF-8?B?QUtISUxFU0ggS1VNQVIbU1JJLURlbGhpLVBsYXRmb3JtIFMv?= =?UTF-8?B?VyAxIFRlYW0b7IK87ISx7KCE7J6QG0NoaWVmIEVuZ2luZWVy?= X-Global-Sender: =?UTF-8?B?QUtISUxFU0ggS1VNQVIbU1JJLURlbGhpLVBsYXRmb3JtIFMv?= =?UTF-8?B?VyAxIFRlYW0bU2Ftc3VuZ8KgRWxlY3Ryb25pY3MbQ2hpZWYgRW5naW5lZXI=?= X-Sender-Code: =?UTF-8?B?QzEwG1NXQUhRG0MxMElEMDJJRDAyODExNQ==?= X-MTR: 20170719073112epcas5p1f462a07cae758366bf395bdc7373012b CMS-TYPE: 105P DLP-Filter: Pass X-CFilter-Loop: Reflected X-CMS-RootMailID: 20170719073112epcas5p1f462a07cae758366bf395bdc7373012b X-RootMTR: 20170719073112epcas5p1f462a07cae758366bf395bdc7373012b References: [BZ #21788] Fixed country_post "Country Postal Abbreviations" Signed-off-by: Akhilesh Kumar --- localedata/locales/cy_GB | 2 +- localedata/locales/hy_AM | 2 +- localedata/locales/iu_CA | 2 +- localedata/locales/nan_TW@latin | 2 +- localedata/locales/ps_AF | 2 +- localedata/locales/sr_RS | 3 +-- localedata/locales/zh_TW | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/localedata/locales/cy_GB b/localedata/locales/cy_GB index cc05c20..2d27856 100644 --- a/localedata/locales/cy_GB +++ b/localedata/locales/cy_GB @@ -41,7 +41,7 @@ postal_fmt "/ " country_name "" -% FIXME country_post MAIL_CEPTCODE for country. 'GB' ? +country_post "" country_ab2 "" country_ab3 "" country_num 826 diff --git a/localedata/locales/hy_AM b/localedata/locales/hy_AM index edd28e0..521264d 100644 --- a/localedata/locales/hy_AM +++ b/localedata/locales/hy_AM @@ -180,7 +180,7 @@ postal_fmt "/ " country_name "" -% FIXME country_post for Armenia? +country_post "" country_ab2 "" country_ab3 "" country_num 051 diff --git a/localedata/locales/iu_CA b/localedata/locales/iu_CA index 126a91b..3c1f9e6 100644 --- a/localedata/locales/iu_CA +++ b/localedata/locales/iu_CA @@ -44,7 +44,7 @@ postal_fmt "/ / " % FIXME country_name "Canada" in inuktitut ? -% FIXME country_post "CA" for Canada ? +country_post "" country_ab2 "" country_ab3 "" country_num 124 diff --git a/localedata/locales/nan_TW@latin b/localedata/locales/nan_TW@latin index ec1c9e6..6b9136c 100644 --- a/localedata/locales/nan_TW@latin +++ b/localedata/locales/nan_TW@latin @@ -182,7 +182,7 @@ postal_fmt "/ % country_ab3: TWN % country_isbn: 957 country_name "" -%country_post "FIXME" +country_post "" country_ab2 "" country_ab3 "" country_num 158 diff --git a/localedata/locales/ps_AF b/localedata/locales/ps_AF index 2d35456..0402f13 100644 --- a/localedata/locales/ps_AF +++ b/localedata/locales/ps_AF @@ -262,7 +262,7 @@ postal_fmt "/ " country_name "/ " -%country_post "" % FIXME: Not confirmed. +country_post "" country_ab2 "" country_ab3 "" country_num 004 diff --git a/localedata/locales/sr_RS b/localedata/locales/sr_RS index 6d58f87..2db5561 100644 --- a/localedata/locales/sr_RS +++ b/localedata/locales/sr_RS @@ -335,8 +335,7 @@ postal_fmt "/ " country_ab2 "" country_ab3 "" -% FIXME: country_post is probably incorrect -country_post "" +country_post "" country_name "" country_num 688 country_car "" diff --git a/localedata/locales/zh_TW b/localedata/locales/zh_TW index 913c594..2a54f39 100644 --- a/localedata/locales/zh_TW +++ b/localedata/locales/zh_TW @@ -184,7 +184,7 @@ postal_fmt "/ % country_ab3: TWN % country_isbn: 957 country_name "" -%country_post "FIXME" +country_post "" country_ab2 "" country_ab3 "" country_num 158