Home
last modified time | relevance | path

Searched hist:"348 a405d" (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/localedef/
H A Dctype.cdiff 348a405d Mon Oct 19 13:39:31 GMT 2015 John Marino <draco@marino.st> localedef: Automatically mark "(x)digits" as numbers

With regard to ctype, digits (e.g. 0 to 9) and xdigits (the 0 to 9 portion
of hexidecimal numbers) are all considered "numbers". (Note that while
all digits are numbers, not all numbers are digits).

Enhance localedef to automatically set the "number" characteristic when
it encounters a digit or xdigit definition. This should fix
malfunctioning "isalnum" and presumably "isnumber" libc functions.