mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 12:47:11 +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