Changed
- Use
\x{####}
to escape UTF-8 characters with the UnicodeDefault_Ignorable_Code_Point
property to improve code readability when working with invisible sequences, e.g. Unicode byte order marks
Fixed
- Fix issue where escaped carriage returns (
"\r"
) are not preserved in multiline strings - Fix issue where strings with invalid UTF-8 sequences trigger an exception