Bug 14651 - We need to add new locale specification for Belarusian Latin locale
Summary: We need to add new locale specification for Belarusian Latin locale
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xlib (data) (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 10:47 UTC by booxter
Modified: 2009-03-16 14:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description booxter 2008-02-24 10:47:55 UTC
We need to add the following text to locale.alias file:

be@latin                                        be_BY.UTF-8@latin
be_BY@latin                                     be_BY.UTF-8@latin
be_BY.utf8@latin                                be_BY.UTF-8@latin

Thanks!
Comment 1 Alan Coopersmith 2009-03-16 14:32:42 UTC
Fix applied to git master:

commit abf4da1ed0f735ca7ce471dc13a0ec3677391486
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Mar 16 14:27:46 2009 -0700

    Bug 14651: We need to add new locale specification for Belarusian Latin locale
    
    X.Org Bug #14651 <http://bugs.freedesktop.org/show_bug.cgi?id=14651>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

diff --git a/nls/locale.alias.pre b/nls/locale.alias.pre
index d885fb8..08d9ebc 100644
--- a/nls/locale.alias.pre
+++ b/nls/locale.alias.pre
@@ -111,12 +111,15 @@ az:                                               az_AZ.IS
 az_AZ:                                         az_AZ.ISO8859-9E
 az_AZ.iso88599e:                               az_AZ.ISO8859-9E
 be:                                            be_BY.CP1251
+be@latin:                                      be_BY.UTF-8@latin
 be_BY:                                         be_BY.CP1251
+be_BY@latin:                                   be_BY.UTF-8@latin
 be_BY.cp1251:                                  be_BY.CP1251
 be_BY.microsoftcp1251:                         be_BY.CP1251
 be_BY.microsoft-cp1251:                                be_BY.CP1251
 be_BY.MICROSOFT-CP1251:                                be_BY.CP1251
 be_BY.utf8:                                    be_BY.UTF-8
+be_BY.utf8@latin:                              be_BY.UTF-8@latin
 bg:                                            bg_BG.CP1251
 bg_BG:                                         bg_BG.CP1251
 bg_BG.cp1251:                                  bg_BG.CP1251


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.