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
mcdurdin
changed the title
bug(developer): .kvks file reader corrupts non-BMP character escapes such as `𒍅'
bug(developer): .kvks file reader corrupts non-BMP character escapes such as 𒍅Feb 25, 2025
mcdurdin
changed the title
bug(developer): .kvks file reader corrupts non-BMP character escapes such as 𒍅
bug(developer): .kvks file reader corrupts non-BMP html numeric entities such as 𒍅Feb 25, 2025
… XML reader
fast-xml-reader has a bug with numeric entities. See:
NaturalIntelligence/fast-xml-parser#725
This commit adds a unit test to verify that non-BMP numeric entities
will be parsed correctly. It will fail until we update the
fast-xml-parser dependency.
Relates-to: #13348
For example in the sample below,
𐀀
is converted to\u{0000}
and𒍅
is converted to\u{2345}
.18.0.198-beta
Arising from investigations in #13263.
The text was updated successfully, but these errors were encountered: