пн, 8 июл. 2019 г., 16:43 Thiago Macieira <thiago.macie...@intel.com>:

> On Monday, 8 July 2019 04:38:28 -03 Konstantin Ritt wrote:
> > Perhaps there is a particular reason for the user to manipulate binary
> data
> > as if it were a string? So give him that string, QString.
>
> See my reply to Marc: users want US-ASCII case-insensitive text matching
> and
> case folding routines, for network protocols that are US-ASCII case-
> insensitive (DNS, IRC, etc.).
>

That strnicmp() and std::toupper()/std::tolower() is exactly what for.


Konstantin



> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel System Software Products
>
>
>
> _______________________________________________
> Development mailing list
> Development@qt-project.org
> https://lists.qt-project.org/listinfo/development
>
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to