From owner-freebsd-hackers Wed Dec 18 20:42:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA29317 for hackers-outgoing; Wed, 18 Dec 1996 20:42:51 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA29262; Wed, 18 Dec 1996 20:41:58 -0800 (PST) From: David Nugent Message-Id: <199612190441.UAA29262@freefall.freebsd.org> Subject: Re: 8-bit characters in gecos field To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?=) Date: Thu, 19 Dec 1996 15:41:58 +1100 (EST) Cc: freebsd-hackers@freebsd.org In-Reply-To: from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?=" at Dec 18, 96 08:47:57 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I've been entertaining the idea of having pw(8) allow 8-bit > > characters in the passwd GECOS field. It was suggested earlier > > There is no break as I see, but no sense too, because it is > unclear what character set you use for names. I.e. when finger > sends you some 8bit codes like this: Андрей > Чернов, what do you do with them? By the same token, what do you do with these characters in a .plan or .project file? Finger, however, is easy to fix, by sending quoted printable with =?char-set rather than 8-bit characrters. The character set indicator should reflect the default language applicable for the user class. Regards, David