This issue is intended to track progress on supporting non-BMP replacement characters in the decodeUtf8With function.
See also comment at ab90c65#diff-1c42d239accd16adcae29f591c519ac6R172
Short History:
- 2189300 introduces the first version of
decodeUtf8With affected by this issue
- efa8732
decodeUtf8With gets rewritten while retaining this this issue
- 1780bd7
decodeUtf8With gets changed to ensure that surrogate code-points get remapped to U+FFFD
- ab90c65
decodeUtf8With gets changed to fail non-silently in case of non-BMP replacement characters
This issue is intended to track progress on supporting non-BMP replacement characters in the
decodeUtf8Withfunction.See also comment at ab90c65#diff-1c42d239accd16adcae29f591c519ac6R172
Short History:
decodeUtf8Withaffected by this issuedecodeUtf8Withgets rewritten while retaining this this issuedecodeUtf8Withgets changed to ensure that surrogate code-points get remapped toU+FFFDdecodeUtf8Withgets changed to fail non-silently in case of non-BMP replacement characters