[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] isxdigit conversion inconsistency with widechar
From: |
Thomas Preud'homme |
Subject: |
Re: [Tinycc-devel] isxdigit conversion inconsistency with widechar |
Date: |
Mon, 30 Jun 2014 22:45:52 +0800 |
User-agent: |
KMail/4.12.4 (Linux/3.14-1-amd64; KDE/4.13.1; x86_64; ; ) |
Le dimanche 29 juin 2014, 22:10:01 Carlos Montiers a écrit :
> Hello.
> Currently, in the last version (from git) of tiny c, when you use the
> function:
>
> isxdigit it produce this call: isxdigit
>
> but when you use the widechar version: iswxdigit :
>
> iswxdigit produce this call: iswctype(d, _HEX)
>
> Then, when you use isxdigit tiny c would be generate the call to:
> _isctype(d, _HEX)
Not very consistent I agree but how is that a bug?
Best regards,
Thomas
signature.asc
Description: This is a digitally signed message part.