Skip to content
Snippets Groups Projects
Commit c504e56d authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

C++: Fix MSVC assert in std::isspace()


...when dealing with UTF8 bytes.

std::isspace() expects unsigned char, not char.

Change-Id: I3f9b5e347d79cf94015cc99f8797d5feab406151
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
Reviewed-by: default avatarMarco Bubke <marco.bubke@theqtcompany.com>
parent b1ee7604
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment