ikorin24 / U8XmlParser

Extremely fast UTF-8 xml parser library
MIT License
95 stars 13 forks source link

Throw exception for raw string surrogate comparison #13

Closed RamType0 closed 2 years ago

RamType0 commented 2 years ago

This fixes #10 by throwing EncoderFallbackException for arguments containing unpaired surrogates.

This will also works as devirtualization for methods in Encoding.UTF8.