Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 18:30:22 -0800
From:      Bill Fenner <fenner@research.att.com>
To:        ache@nagual.pp.ru
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:  <200111280230.SAA03002@windsor.research.att.com>
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>

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

>I just put the check back, I not plan to advocate for it since its idea is 
>not mine.

Too late, you let the genie out =)

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)

Thanks,
  Bill

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




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