Bug 79281 - Many error messages during define new locale
Summary: Many error messages during define new locale
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-09 15:23 UTC by Dennis
Modified: 2016-11-24 15:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-12-09 15:23:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Dennis 2002-12-09 15:23:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1)
Gecko/20020823 Netscape/7.0

Description of problem:
Creating new locale (in my case cp1251) didn't fully complete 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. just run # localedef -c -i ru_RU -f CP-1251 ru_RU.CP1251
	

Actual Results:  /usr/share/i18n/locales/ru_RU:72: LC_MESSAGES: unknown
character in field `yesexpr'
/usr/share/i18n/locales/ru_RU:73: LC_MESSAGES: unknown character in field `noexpr'
/usr/share/i18n/locales/ru_RU:78: LC_MONETARY: unknown character in field
`currency_symbol'
/usr/share/i18n/locales/ru_RU:101: LC_TIME: unknown character in field `day'
/usr/share/i18n/locales/ru_RU:102: LC_TIME: unknown character in field `day'
[...skipped a lot of such messages...]
/usr/share/i18n/locales/ru_RU:137: LC_TIME: unknown character in field `abmon'
/usr/share/i18n/locales/ru_RU:138: LC_TIME: unknown character in field `abmon'
LC_MESSAGES: value for field `yesexpr' must not be an empty string
LC_MESSAGES: value for field `noexpr' must not be an empty string


Expected Results:  none error mesages I think

Additional info: Latest glibc was installed on my system, system is up2dated
regulary

Comment 1 Jakub Jelinek 2002-12-09 15:31:01 UTC
That's not how the character map is called in /usr/share/i18n/charmaps.
Replace CP-1251 with CP1251 and it should work just fine.


Note You need to log in before you can comment on or make changes to this bug.