Comment 11 for bug 1818157

Revision history for this message
Tomasz Wlostowski (twlostow) wrote :

Hi Wayne,

It still causes an assertion failure under MSVC. The isdigit() function can be used only with plain ASCII characters and causes an assert when fed an Unicode (non-ASCII) char. The proper function is iswdigit().

Cheers,
T.