You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnicodeUtil: Change UTF8toUTF16 to throw DecoderFallbackException, #1024
Changed UTF8toUTF16 method to throw DecoderFallbackException instead of FormatException
when invalid UTF-8 is encountered. This aligns with .NET conventions where
DecoderFallbackException is the appropriate exception type for character decoding
issues (equivalent to Java's CharacterCodingException).
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments