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
Expected behavior
The tab character should be escaped.
Desktop:
OS: Windows 10 1909
Meson version - Using Conan
Ninja version - Using Conan
Additional context isAnyCharRequiredQuoting() uses std::isprint() which gives different results on Windows. The version of that function in 1.9.2 was working properly. Perhaps you can just revert it?
Update: It seems that the locale does not matter, to reproduce the bug you only need to have \t as a special character among the normal string.
Update 2: It seems that the locale does matter. Had to restart the PC to get proper results after changing the locale several times.