public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] Fix Country name for xh_ZA
       [not found] <CGME20170816123644epcas5p3402705653868eb7053f41ed8871c3cfd@epcas5p3.samsung.com>
@ 2017-08-16 12:36 ` Akhilesh Kumar
  2017-08-17  8:02   ` Mike FABIAN
  0 siblings, 1 reply; 2+ messages in thread
From: Akhilesh Kumar @ 2017-08-16 12:36 UTC (permalink / raw)
  To: libc-alpha; +Cc: Akhilesh Kumar

[BZ #21959]
	locales/xh_ZA: Fix country_name

---
 localedata/locales/xh_ZA |    5 ++---
 localedata/locales/zu_ZA |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
index e01a620..8fb69da 100644
--- a/localedata/locales/xh_ZA
+++ b/localedata/locales/xh_ZA
@@ -217,9 +217,8 @@ name_ms     ""
 END LC_NAME
 
 LC_ADDRESS
-% Country name in Xhosa - "Mzantsi Afrika"
-country_name "<U004D><U007A><U0061><U006E><U0074><U0073><U0069><U0020>/
-<U0041><U0066><U0072><U0069><U006B><U0061>"
+% https://xh.wikipedia.org/wiki/UMzantsi_Afrika
+country_name "UMzantsi Afrika"
 %
 % Abbreviated country postal name - "ZA"
-- 
1.7.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Fix Country name for xh_ZA
  2017-08-16 12:36 ` [PATCH v2] Fix Country name for xh_ZA Akhilesh Kumar
@ 2017-08-17  8:02   ` Mike FABIAN
  0 siblings, 0 replies; 2+ messages in thread
From: Mike FABIAN @ 2017-08-17  8:02 UTC (permalink / raw)
  To: Akhilesh Kumar; +Cc: libc-alpha

Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> [BZ #21959]
> 	locales/xh_ZA: Fix country_name
>
> ---
>  localedata/locales/xh_ZA |    5 ++---
>  localedata/locales/zu_ZA |    4 ++--
>  2 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
> index e01a620..8fb69da 100644
> --- a/localedata/locales/xh_ZA
> +++ b/localedata/locales/xh_ZA
> @@ -217,9 +217,8 @@ name_ms     ""
>  END LC_NAME
>  
>  LC_ADDRESS
> -% Country name in Xhosa - "Mzantsi Afrika"
> -country_name "<U004D><U007A><U0061><U006E><U0074><U0073><U0069><U0020>/
> -<U0041><U0066><U0072><U0069><U006B><U0061>"
> +% https://xh.wikipedia.org/wiki/UMzantsi_Afrika
> +country_name "UMzantsi Afrika"
>  %
>  % Abbreviated country postal name - "ZA"

Your patch doesn’t apply, it is one line too short:

$ git am akhilesh-kumar.mbox
Applying: Fix Country name for xh_ZA
error: corrupt patch at line 22
Patch failed at 0001 Fix Country name for xh_ZA

It should look like this, then it would apply:

[BZ #21959]
	locales/xh_ZA: Fix country_name

---
 localedata/locales/xh_ZA |    5 ++---
 localedata/locales/zu_ZA |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
index e01a620..8fb69da 100644
--- a/localedata/locales/xh_ZA
+++ b/localedata/locales/xh_ZA
@@ -217,9 +217,8 @@ name_ms     ""
 END LC_NAME
 
 LC_ADDRESS
-% Country name in Xhosa - "Mzantsi Afrika"
-country_name "<U004D><U007A><U0061><U006E><U0074><U0073><U0069><U0020>/
-<U0041><U0066><U0072><U0069><U006B><U0061>"
+% https://xh.wikipedia.org/wiki/UMzantsi_Afrika
+country_name "UMzantsi Afrika"
 %
 % Abbreviated country postal name - "ZA"
 country_post "<U005A><U0041>"

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-17  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170816123644epcas5p3402705653868eb7053f41ed8871c3cfd@epcas5p3.samsung.com>
2017-08-16 12:36 ` [PATCH v2] Fix Country name for xh_ZA Akhilesh Kumar
2017-08-17  8:02   ` Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).