Bug 32120

Summary: PR misc/24324 errata
Product: Base System Reporter: Αναστασάτος Βασίλειος <B.Anastasatos>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: past
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
PR_src.tar.gz none

Description Αναστασάτος Βασίλειος 2001-11-20 00:50:01 UTC
  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'
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 2001-11-20 18:17:47 UTC
State Changed
From-To: open->analyzed

Commited into -current
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-08-21 21:52:24 UTC
State Changed
From-To: analyzed->closed

el_GR.ISO8859-7.src are identical in current and stable.