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 12:17:00 -0000	[thread overview]
Message-ID: <bug-2872-131-PfF7e3TWDW@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-2872-131@http.sourceware.org/bugzilla/>

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

--- Comment #7 from Egor Kobylkin <ekobylkin at paypal dot com> ---
Andreas, in your example the Cyrillic transliteration does not work either.  My
understanding is that the tool is lacking a translation table for Cyrillic to
TRANSLIT for example in the ru_RU locale. This is what Ulrich Drepper asks for
in his comment2 here: https://sourceware.org/bugzilla/show_bug.cgi?id=2872#c2
I would like to know in which form this data should be provided?

I am only concerned with the Cyrillic for now. German serves as an example that
the functionality works at all in at least one case.

My first submission is from Cygwin on Windows 7. While it may be indeed some
effect of the Cygwin (name similarity to Cyrillic is coincidental) I have just
tried the same on Ubuntu 12 for essentially same effect.

$ echo Лаковый |LANG=ru_RU.UTF-8 iconv -t ASCII//TRANSLIT
iconv: illegal input sequence at position 0
$ 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
iconv: illegal input sequence at position 0
$ echo Müßte |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
Miconv: illegal input sequence at position 1
$ 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-29672-listarch-glibc-bugs=sources.redhat.com@sourceware.org Mon Sep 07 15:07:16 2015
Return-Path: <glibc-bugs-return-29672-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 53286 invoked by alias); 7 Sep 2015 15:07:15 -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 53226 invoked by uid 48); 7 Sep 2015 15:07:12 -0000
From: "myllynen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/2872] Transliteration Cyrillic -> ASCII fails
Date: Mon, 07 Sep 2015 15:07: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: myllynen at redhat dot com
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: cc
Message-ID: <bug-2872-131-xtI1mbtrxw@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: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-09/txt/msg00071.txt.bz2
Content-length: 907

https://sourceware.org/bugzilla/show_bug.cgi?id(72

Marko Myllynen <myllynen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |myllynen at redhat dot com

--- Comment #8 from Marko Myllynen <myllynen at redhat dot com> ---
You'll need to setup testing environment where you can see how your changes
affect to iconv and then try to come up with proper rules, the following links
should help get you started (and are pretty much all the documentation there
is):

https://sourceware.org/glibc/wiki/Locales
http://man7.org/linux/man-pages/man1/iconv.1.html
https://sourceware.org/bugzilla/show_bug.cgi?id\x16061
https://sourceware.org/ml/libc-alpha/2015-07/msg00836.html

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


  parent reply	other threads:[~2015-09-07 12:17 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
2015-09-07 12:17 ` ekobylkin at paypal dot com [this message]
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-PfF7e3TWDW@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).