Bug 14925 - bn_* 'language' key should be "Bangla"
bn_* 'language' key should be "Bangla"
Status: NEW
Product: glibc
Classification: Unclassified
Component: localedata
2.18
: P2 normal
: ---
Assigned To: Not yet assigned to anyone
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-06 22:01 UTC by Michael Terry
Modified: 2012-12-07 00:46 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Proposed patch (1.18 KB, patch)
2012-12-06 22:19 UTC, Michael Terry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Terry 2012-12-06 22:01:54 UTC
The current language key for bn_BD is "Bengali/Bangla" and for bn_ID it's "Bengali".  Apparently, Bengali is an older colonial word.  Whereas Bangla is the more modern and official version.  It's widely used in the English-speaking world too (UN, BBC, Windows 8).

I'm passing this along from an Ubuntu report.  I myself am not well versed in the naming issue.  See https://launchpad.net/bugs/991002 and https://launchpad.net/bugs/1070581

(At the least, the slash in "Bengali/Bangla" needs to be escaped, but changing the name to not need a slash is preferrable.)

Patch coming.
Comment 1 Michael Terry 2012-12-06 22:19:17 UTC
Created attachment 6774 [details]
Proposed patch

Patch by Gunnar Hjalmarsson.