From owner-cvs-all Tue Nov 27 18:15:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id E0C3337B416; Tue, 27 Nov 2001 18:15:50 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 3B92D4CE13; Tue, 27 Nov 2001 21:15:50 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23070; Tue, 27 Nov 2001 21:15:49 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA02814; Tue, 27 Nov 2001 18:15:49 -0800 (PST) Message-Id: <200111280215.SAA02814@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:15:49 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b 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 Ugh. So, if the national digit for 11 is X, then the base-34 alphabet is 0123456789XBCDEFGHIJKLMNOPQRSTUVW_, where _ is a value that's impossible to represent. This gets potentially ugly quickly. Is there a standard for base-N representations when there are M national numbers and M < N? There's the defacto of the US-ASCII alphabet when M = 10 and 11 <= N <= 36, but if M != 10 I don't know what to do. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message