| Summary: | PR misc/24324 errata | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Αναστασάτος Βασίλειος <B.Anastasatos> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | past | ||||
| Priority: | Normal | ||||||
| Version: | 4.3-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->analyzed Commited into -current State Changed From-To: analyzed->closed el_GR.ISO8859-7.src are identical in current and stable. |
PR-24324, submitted by Panagiotis Astithas, has two problems: the 8x8 console font supposed to be ISO-8859-7 encoded actually supports CP-437, i.e. a non-greek codepage, and the /usr/src/share/timedef/el_GR.ISO_8859-7.src file contains a mistake. The long month names appear in two places in the file. Both times they are identical, in the nominative case. However, the first time they ought to be in genitive, so that the date form '+%A %e %B %Y' be grammatically correct, that is the month name be in genitive. As is the time definition now, the month name appears in nominative, which is wrong in greek. Fix: A 8x8 ISO-8859-7 encoded font and a correct /usr/src/share/timedef/el_GR.ISO_8859-7.src file are included. How-To-Repeat: Try to display or type greek text on the console using iso07-8x8.fnt. Try to display a grammatically correct date by executing the following command: LC_TIME=el_GR.ISO_8859-7 date '+%A %e %B %Y'