You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* avoid isprint
`std::isprint` is locale-specific and the JSON-spec is not.
In particular, isprint('\t') is true in Windows CP1252.
Has bitten others, e.g. laurikari/tre#64Fixesopen-source-parsers#1187
* semicolon (rookie mistake!)
* Windows tab escape testing with custom locale (open-source-parsers#1190)
Co-authored-by: Nikolay Baklicharov <[email protected]>
0 commit comments