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
The current code (v0.30), when anonymising, tries to write data using the input character encoding. This is not supported by the web 'TextEncoder' that only writes data as UTF-8. The written data is corrupted since the SpecificCharacterSet could not be in sync. This must be fixed to always write with SpecificCharacterSet set to UTF-8 (ISO_IR 192).
The text was updated successfully, but these errors were encountered:
The current code (v0.30), when anonymising, tries to write data using the input character encoding. This is not supported by the web 'TextEncoder' that only writes data as UTF-8. The written data is corrupted since the SpecificCharacterSet could not be in sync. This must be fixed to always write with SpecificCharacterSet set to UTF-8 (
ISO_IR 192
).The text was updated successfully, but these errors were encountered: