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
Alternatively, all character validation (including UTF-8) could be ignored and let Go's 0xfffd take over if a user ever wants a string from StringData.
My particular problem would be solved by checking
Decoder.Stricthere:go/src/encoding/xml/xml.go
Line 1140 in 282cd56
Alternatively, all character validation (including UTF-8) could be ignored and let Go's
0xfffdtake over if a user ever wants astringfromStringData.go/src/encoding/xml/xml.go
Line 1133 in 282cd56