From owner-cvs-all Tue Nov 27 18:38:15 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 165ED37B417; Tue, 27 Nov 2001 18:38:08 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS2c5X16062; Wed, 28 Nov 2001 05:38:05 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:38:04 +0300 From: "Andrey A. Chernov" To: Bill Fenner Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128023804.GB16017@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> <200111280230.SAA03002@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280230.SAA03002@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 18:30:22 -0800, Bill Fenner wrote: > > So, let's pretend, since I have a US-ASCII keyboard, that there are > national characters for 11 and 12, represented by ! and @. They would > be in the high portion of the code table, so wouldn't hurt any of the > US-ASCII [A-Za-z] characters. > > Should the alphabet for base 16 be: > > 0123456789!@abcd > or > 0123456789!@cdef (with 0123456789abcdef accepted as alternates) Valid input is 0123456789abcdef!@ 0123456789abcdef represent 0..15 !@ represent 11..12 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message