This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/20952] yuw_PG: new locale


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

--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Your locale contains:

LC_CTYPE
copy "i18n"
translit_start
include "translit_combining";""

% LATIN CAPITAL LETTER O WITH DIAERESIS.
<U00D6> "<U004F><U0308>"
% LATIN SMALL LETTER O WITH DIAERESIS.
<U00F6> "<U006F><U0308>"

translit_end
END LC_CTYPE

The included “translit_combining” already has:

% LATIN CAPITAL LETTER O WITH DIAERESIS
<U00D6> <U004F>
% LATIN SMALL LETTER O WITH DIAERESIS
<U00F6> <U006F>

I think your extra rules don’t add anything new, do they?

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]