On 1/29/20 12:27 PM, Bruno Haible wrote:
This is assumption is justified by the fact that gnulib's test-isblank.c
succeeds on all platforms (as far as I know).
Thanks, the dfa.c usage is for single-byte locales only, so it can make
the same assumption. I installed the attached.
>From b58d0cb8f
Paul Eggert wrote:
> * Gawk dfa.c doesn't use isblank, but instead defines its own is_blank
> that is hard-coded to the C locale. Isn't [[:blank:]] supposed to be
> locale-dependent?
'[[:blank:]]', when applied to wide characters, is surely locale and
OS dependent, yes. But...
> Or are you assu