Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 1999 16:31:59 +0200 (CEST)
From:      tobez@plab.ku.dk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/12116: ASCII and US-ASCII locale wrongly aliased to latin lt_LN.ASCII
Message-ID:  <199906101431.QAA68519@lion.plab.ku.dk>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 07:40:02 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906101431.QAA68519>