Skip to content

Fix the build with msvc

Matthias Clasen requested to merge fix-msvc-build into master

Turns out the case ranges really just gcc extensions, and do not work with msvc. So, do things the hard way.

Still keeping the early check for ASCII.

Merge request reports