From owner-freebsd-hackers Mon Jan 16 19:15:15 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id TAA25995 for hackers-outgoing; Mon, 16 Jan 1995 19:15:15 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id TAA25973 for ; Mon, 16 Jan 1995 19:15:01 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA23787; Mon, 16 Jan 95 13:22:26 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9501162022.AA23787@cs.weber.edu> Subject: Re: CVS stuff To: ache@astral.msk.su (Andrew A. Chernov, Black Mage) Date: Mon, 16 Jan 95 13:22:25 MST Cc: dgy@seagull.rtd.com, freebsd-hackers@freefall.cdrom.com, phk@ref.tfs.com, roberto@blaise.ibp.fr In-Reply-To: from "Andrew A. Chernov, Black Mage" at Jan 16, 95 09:13:56 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > >> 0xff is valid russian letter and I already do basic things > >> in source tree to handle it correctly. If you know any code > >> confused, please tell me. > > >Any code that uses a signed character as an lvalue for a getch/getc, and > >then checks for -1. > > >Presumably, the response will be "that code is broken". > > I know about this thing, of course. Do you know any particular > FreeBSD program which use this thing? No, or it would be fixed, I'd think -- or at least complained about. Maybe the question to be asked is "do I know of any code that is used on FreeBSD, but isn't maintained by FreeBSD, which uses this thing". The answer to that question is "Yes. Lots of code is available which is not yet internationalized, but which is 8-bit clean except for 0x00 and 0xff". Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.