Bug 1002000

Summary: case insensitive languageId function needed
Product: [Fedora] Fedora Reporter: Parag Nemade <pnemade>
Component: langtableAssignee: Mike FABIAN <mfabian>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: i18n-bugs, mfabian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: langtable-0.0.13-1.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 02:00:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Parag Nemade 2013-08-28 09:50:54 UTC
Description of problem:
I am using languageID function and found this
>>> langtable.languageId(languageName="Shuswap language")
'shs'
>>> langtable.languageId(languageName="Shuswap Language")
''
>>> langtable.languageId(languageName="shuswap Language")
''
>>> langtable.languageId(languageName="shuswap language")
''

Can it be possible to have shs output for any kind of above input?

Version-Release number of selected component (if applicable):
langtable-0.0.11-1.fc19.noarch

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:
whichever case language name input is given in languageId output is not same

Expected results:
whichever case language name input is given in languageId output should be same


Additional info:

Comment 1 Fedora Update System 2013-08-28 12:01:15 UTC
langtable-0.0.12-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/langtable-0.0.12-1.fc19

Comment 2 Fedora Update System 2013-08-28 21:30:35 UTC
Package langtable-0.0.12-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing langtable-0.0.12-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-15467/langtable-0.0.12-1.fc19
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2013-09-05 10:09:36 UTC
langtable-0.0.13-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/langtable-0.0.13-1.fc19

Comment 4 Fedora Update System 2013-09-12 02:00:15 UTC
langtable-0.0.13-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.