| Summary: | [i18n] [patch] strftime and locales without variants. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Thierry Thomas <thierry> | ||||||
| Component: | standards | Assignee: | Andrey A. Chernov <ache> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 4.7-STABLE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Thierry Thomas
2002-12-29 14:30:01 UTC
Responsible Changed From-To: freebsd-standards->ache Locale issue. State Changed From-To: open->closed On Sun, Dec 29, 2002 at 15:20:04 +0100, Thierry Thomas wrote: > Some applications don't expect to find variants in LC_TIME, and when > LC_TIME is set to something like "fr_FR.ISO8859-15", they default to > C, and strftime does not translate anything. fr_FR.ISO8859-15 LC_CTIME locale must be linked to fr_FR.ISO8859-1 in that case in timedef's Makefile. Moreover it is already done, as I see. The bug in the form you describe don't exists. > If we define an alias from /usr/share/locale/xx_XX to > /usr/share/locale/xx_XX.variant, this is fixed. It can't be fixed in such manner since short locale names currently unused in FreeBSD. |