public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ekobylkin at paypal dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/2872] Transliteration Cyrillic -> ASCII fails
Date: Mon, 07 Sep 2015 11:18:00 -0000	[thread overview]
Message-ID: <bug-2872-131-ygdaGLPVyq@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-2872-131@http.sourceware.org/bugzilla/>

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

Egor Kobylkin <ekobylkin at paypal dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ekobylkin at paypal dot com
         Resolution|WORKSFORME                  |---

--- Comment #5 from Egor Kobylkin <ekobylkin at paypal dot com> ---
I would like to try to supply the data you need to make the Cyrillic
transliteration work for the ru_RU locale. Could you point me to an example of
the data you would need need?

Here is what I have tried just to see what works.
$ echo Лаковый |LANG=ru_RU.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (stdin):1:0: cannot convert

$ echo Лаковый |LANG=sr_CS.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (стдул):1:0: не може претворити

$ echo Лаковый |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (Standard-Eingabe):1:0: Kann nicht umwandeln.

$ echo Müßte |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
M"usste

$ echo Лаковый |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (stdin):1:0: cannot convert

$ echo Müßte |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
M"usste

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-29668-listarch-glibc-bugs=sources.redhat.com@sourceware.org Mon Sep 07 11:51:19 2015
Return-Path: <glibc-bugs-return-29668-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 83989 invoked by alias); 7 Sep 2015 11:51:19 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 83927 invoked by uid 48); 7 Sep 2015 11:51:15 -0000
From: "schwab@linux-m68k.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/2872] Transliteration Cyrillic -> ASCII fails
Date: Mon, 07 Sep 2015 11:51:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: localedata
X-Bugzilla-Version: 2.3.6
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: schwab@linux-m68k.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: libc-locales at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: security-
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-2872-131-CNDD8L9Y1F@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-2872-131@http.sourceware.org/bugzilla/>
References: <bug-2872-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-09/txt/msg00067.txt.bz2
Content-length: 1099

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING

--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> ---
Make sure you are not using any local modifications.

$ echo Лаковый |LANG=ru_RU.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo Лаковый |LANG=sr_CS.UTF-8 iconv -t ASCII//TRANSLIT
iconv: illegal input sequence at position 0
$ echo Лаковый |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo Müßte |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
Muesste
$ echo Лаковый |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo Müßte |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
Musste

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-29669-listarch-glibc-bugs=sources.redhat.com@sourceware.org Mon Sep 07 12:16:10 2015
Return-Path: <glibc-bugs-return-29669-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 122278 invoked by alias); 7 Sep 2015 12:16:10 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 122230 invoked by uid 48); 7 Sep 2015 12:16:06 -0000
From: "fweimer at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug dynamic-link/18928] LD_POINTER_GUARD is not ignored for privileged binaries
Date: Mon, 07 Sep 2015 12:16:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: dynamic-link
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: fweimer at redhat dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: security+
X-Bugzilla-Changed-Fields: cc flagtypes.name
Message-ID: <bug-18928-131-wNNfOp7awA@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-18928-131@http.sourceware.org/bugzilla/>
References: <bug-18928-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-09/txt/msg00068.txt.bz2
Content-length: 453

https://sourceware.org/bugzilla/show_bug.cgi?id\x18928

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security+

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


       reply	other threads:[~2015-09-07 11:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-2872-131@http.sourceware.org/bugzilla/>
2015-09-07 11:18 ` ekobylkin at paypal dot com [this message]
2015-09-07 12:17 ` ekobylkin at paypal dot com
2015-09-07 23:07 ` ekobylkin at paypal dot com
2015-09-07 23:07 ` ekobylkin at paypal dot com
2015-09-07 23:10 ` ekobylkin at paypal dot com
2015-09-07 23:34 ` ekobylkin at paypal dot com
2015-09-08  6:35 ` myllynen at redhat dot com
2015-09-08  7:40 ` ekobylkin at paypal dot com
2015-09-08  9:11 ` ekobylkin at paypal dot com
2015-09-08  9:59 ` ekobylkin at paypal dot com
2015-09-08 10:06 ` ekobylkin at paypal dot com
2015-09-08 10:20 ` ekobylkin at paypal dot com
2015-09-18  9:29 ` ekobylkin at paypal dot com
2015-09-18  9:48 ` ekobylkin at paypal dot com
2015-09-18 12:55 ` ekobylkin at paypal dot com
2015-09-18 13:20 ` myllynen at redhat dot com
2015-09-18 14:06 ` ekobylkin at paypal dot com
2015-09-18 16:14 ` ekobylkin at paypal dot com
2015-09-18 16:37 ` ekobylkin at paypal dot com
2015-09-21  5:30 ` myllynen at redhat dot com
2006-07-02  8:31 [Bug localedata/2872] New: " edi at gmx dot de
2006-07-20 10:18 ` [Bug localedata/2872] " dsegan at gmx dot net
2007-02-17 19:24 ` drepper at redhat dot com
2007-02-17 22:17 ` edi at gmx dot de
2007-02-19  0:52 ` drepper at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-2872-131-ygdaGLPVyq@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).