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
During conversion between UTF encodings it might be desirable to replace invalid characters by a replacement character, e.g. 0xFFFD. But the current methods only allow to skip or abort.
The text was updated successfully, but these errors were encountered:
During conversion between UTF encodings it might be desirable to replace invalid characters by a replacement character, e.g.
0xFFFD
. But the current methods only allow to skip or abort.The text was updated successfully, but these errors were encountered: