public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals
@ 2017-07-21  4:11 akhilesh.k at samsung dot com
  2017-07-21  4:19 ` [Bug localedata/21806] " akhilesh.k at samsung dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-21  4:11 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

            Bug ID: 21806
           Summary: Wrong LC_NAME in Arabic Locals
           Product: glibc
           Version: 2.26
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: akhilesh.k at samsung dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
@ 2017-07-21  4:19 ` akhilesh.k at samsung dot com
  2017-07-21  8:17 ` akhilesh.k at samsung dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-21  4:19 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

--- Comment #1 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
https://sourceware.org/ml/libc-alpha/2017-07/msg00765.html
Ref Google and UAE Travel book 
Ms  -> الآنسة
Miss-> يغيب
Mr  -> السيد
Mrs -> السيدة

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
  2017-07-21  4:19 ` [Bug localedata/21806] " akhilesh.k at samsung dot com
@ 2017-07-21  8:17 ` akhilesh.k at samsung dot com
  2017-07-24 17:18 ` akhilesh.k at samsung dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-21  8:17 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

--- Comment #2 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
>     diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG
>     index 612b8fa..1b8c5d4 100644
>     --- a/localedata/locales/ar_EG
>     +++ b/localedata/locales/ar_EG
>     @@ -173,15 +173,13 @@ END LC_PAPER
>      LC_NAME
>      % This is the ISO_IEC TR14652 Locale definition for the
>      % LC_NAME category.
>     -%
>      name_fmt    "%p%t%f%t/
>      %g"
>     -name_gen    "-san"
>     -name_mr     "Mr."
>     -name_mrs    "Mrs."
>     -name_miss   "Miss."
>     -name_ms     "Ms."
>     -
>     +name_gen    ""
>     +name_mr     "السيد"
>     +name_mrs    "السيدة"
>     +name_miss   "يغيب"
>     +name_ms     "الآنسة"
>      END LC_NAME
>  
>  
> Where did you get this from?
>  
 Used google translator also Verified with person who knows Arabic

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
  2017-07-21  4:19 ` [Bug localedata/21806] " akhilesh.k at samsung dot com
  2017-07-21  8:17 ` akhilesh.k at samsung dot com
@ 2017-07-24 17:18 ` akhilesh.k at samsung dot com
  2017-07-28 16:24 ` akhilesh.k at samsung dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-24 17:18 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

Akhilesh Kumar <akhilesh.k at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akhipatel at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
                   ` (2 preceding siblings ...)
  2017-07-24 17:18 ` akhilesh.k at samsung dot com
@ 2017-07-28 16:24 ` akhilesh.k at samsung dot com
  2017-08-11  2:07 ` bluebat at member dot fsf.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-28 16:24 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

--- Comment #3 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
I again reconfirmed  these changes are correct and I think we can commit these
changes

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
                   ` (3 preceding siblings ...)
  2017-07-28 16:24 ` akhilesh.k at samsung dot com
@ 2017-08-11  2:07 ` bluebat at member dot fsf.org
  2017-08-14  3:38 ` maiku.fabian at gmail dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bluebat at member dot fsf.org @ 2017-08-11  2:07 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

Wei-Lun Chao <bluebat at member dot fsf.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bluebat at member dot fsf.org

--- Comment #4 from Wei-Lun Chao <bluebat at member dot fsf.org> ---
After checking ar_* I found:

ar_EG:
name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/
<U0025><U0067>"

ar_SA:
name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
<U0025><U006D><U0025><U0074><U0025><U0066>"

Which one is correct, or both? Arabic as a macro-language may have the same
problem like Chinese.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
                   ` (4 preceding siblings ...)
  2017-08-11  2:07 ` bluebat at member dot fsf.org
@ 2017-08-14  3:38 ` maiku.fabian at gmail dot com
  2017-08-28 16:36 ` jsm28 at gcc dot gnu.org
  2017-10-21  8:20 ` maiku.fabian at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-14  3:38 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com

--- Comment #5 from Mike FABIAN <maiku.fabian at gmail dot com> ---
(In reply to Wei-Lun Chao from comment #4)
> After checking ar_* I found:
> 
> ar_EG:
> name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/
> <U0025><U0067>"
> 
> ar_SA:
> name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
> <U0025><U006D><U0025><U0074><U0025><U0066>"
> 
> Which one is correct, or both?

ar_EG:
name_fmt    "%p%t%f%t/
%g"

ar_SA:
name_fmt    "%d%t%g%t/
%m%t%f"

I have no idea which one is correct.

> Arabic as a macro-language may have the same
> problem like Chinese.

Yes, that’s why I asked where Akhilesh got this from.

Akhilesh’s patch sets the contents of LC_NAME identical
for all Arabic locales. But I have now idea whether

Ms  -> الآنسة
Miss-> يغيب
Mr  -> السيد
Mrs -> السيدة

is valid for all Arabic dialects. Possibly not,
there maybe differences. So I would like some better proof
that this is really the same for all Arabic locales
than just

> Used google translator also Verified with person who knows Arabic

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
                   ` (5 preceding siblings ...)
  2017-08-14  3:38 ` maiku.fabian at gmail dot com
@ 2017-08-28 16:36 ` jsm28 at gcc dot gnu.org
  2017-10-21  8:20 ` maiku.fabian at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2017-08-28 16:36 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Note comment lost in system crash and restore from backup.

https://sourceware.org/ml/glibc-bugs/2017-08/msg00366.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21806] Wrong LC_NAME in Arabic Locals
  2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
                   ` (6 preceding siblings ...)
  2017-08-28 16:36 ` jsm28 at gcc dot gnu.org
@ 2017-10-21  8:20 ` maiku.fabian at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-10-21  8:20 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21806

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Mike FABIAN <maiku.fabian at gmail dot com> ---
(In reply to Wei-Lun Chao from comment #4)
> After checking ar_* I found:
> 
> ar_EG:
> name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/
> <U0025><U0067>"
> 
> ar_SA:
> name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
> <U0025><U006D><U0025><U0074><U0025><U0066>"
> 
> Which one is correct, or both? Arabic as a macro-language may have the same
> problem like Chinese.

Yes, I think the same.

I don’t want to apply this change to all Arabic locales, there 
could be differences between the Arabic locales, we would need
to have better references. I guess it is quite likely that these
strings should be different for different Arabic locales.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2017-10-21  8:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-21  4:11 [Bug localedata/21806] New: Wrong LC_NAME in Arabic Locals akhilesh.k at samsung dot com
2017-07-21  4:19 ` [Bug localedata/21806] " akhilesh.k at samsung dot com
2017-07-21  8:17 ` akhilesh.k at samsung dot com
2017-07-24 17:18 ` akhilesh.k at samsung dot com
2017-07-28 16:24 ` akhilesh.k at samsung dot com
2017-08-11  2:07 ` bluebat at member dot fsf.org
2017-08-14  3:38 ` maiku.fabian at gmail dot com
2017-08-28 16:36 ` jsm28 at gcc dot gnu.org
2017-10-21  8:20 ` maiku.fabian at gmail dot com

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).