Date: Thu, 29 Nov 2001 07:03:15 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src Message-ID: <20011129040314.GA14465@nagual.pp.ru> In-Reply-To: <200111290330.TAA20018@windsor.research.att.com> References: <200111290330.TAA20018@windsor.research.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 28, 2001 at 19:30:28 -0800, Bill Fenner wrote: > > > Back out national digits support, POSIX explicetely disallows it: > > In other than the C or POSIX locales, other > implementation-defined subject sequences may be accepted. > > Maybe I'm misunderstanding what you're saying, but POSIX allows > strtol and friends to use locale-specific numbers. Yes, but not from DIGIT/XDIGIT class. I.e. they must be defined in another alternative way, isdigit() and isxdigit() macros must not sense them. Currently we don't have any alternative ways. -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011129040314.GA14465>