From tobez@plab.ku.dk Thu Jun 10 07:33:30 1999
Return-Path: <tobez@plab.ku.dk>
Received: from plab.ku.dk (plab.ku.dk [130.225.105.65])
	by hub.freebsd.org (Postfix) with ESMTP id 4C73115056
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 1999 07:33:28 -0700 (PDT)
	(envelope-from tobez@plab.ku.dk)
Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49])
	by plab.ku.dk (8.9.1/8.9.1) with ESMTP id QAA28018
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 1999 16:33:27 +0200 (CEST)
Received: (from tobez@localhost)
	by lion.plab.ku.dk (8.9.3/8.9.3) id QAA68519;
	Thu, 10 Jun 1999 16:31:59 +0200 (CEST)
	(envelope-from tobez)
Message-Id: <199906101431.QAA68519@lion.plab.ku.dk>
Date: Thu, 10 Jun 1999 16:31:59 +0200 (CEST)
From: tobez@plab.ku.dk
Reply-To: tobez@plab.ku.dk
To: FreeBSD-gnats-submit@freebsd.org
Subject: ASCII and US-ASCII locale wrongly aliased to latin lt_LN.ASCII
X-Send-Pr-Version: 3.2

>Number:         12116
>Category:       conf
>Synopsis:       ASCII and US-ASCII locale wrongly aliased to latin lt_LN.ASCII
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 07:40:02 PDT 1999
>Closed-Date:    Sat Oct 30 00:28:55 PDT 1999
>Last-Modified:  Sat Oct 30 00:29:07 PDT 1999
>Originator:     Anton Berezin
>Release:        FreeBSD 4.0-CURRENT i386 (and all others since 1995)
>Organization:
The Protein Laboratory, University of Copenhagen
>Environment:
Any FreeBSD version

>Description:

/usr/share/locale/ASCII and /usr/share/locale/US-ASCII are symlinked to
lt_LN.ASCII.  Thus, having one of these locales set, one gets *Latin*
months names etc.  I don't think it's ``intuitively correct''.  :-)

>How-To-Repeat:

$ LANG=ASCII cal   
    Iunius 1999
So Lu Ma Me Io Ve Sa
       1  2  3  4  5
 6  7  8  9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

>Fix:
	
I don't know precisely what ASCII and US-ASCII should be symlinked to,
but my educated guess is it should be en_US.ISO_8859-1.

Hence, the file /usr/src/etc/locale.alias should be

	ASCII           en_US.ISO_8859-1
	US-ASCII        en_US.ISO_8859-1
	ru_RU.KOI8-R    ru_SU.KOI8-R
	ru_RU.CP866     ru_SU.CP866


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Sat Oct 30 00:28:55 PDT 1999 
State-Changed-Why:  
fixed, thanks! 
>Unformatted:
