mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 13:44:45 +01:00

There are still some holes, e.g. we leave surrogate pairs be even though they are not a part of valid UTF-8, but this might be for the better -- WTF-8 does support surrogate pairs inside text. Closes #1207