Changes between Initial Version and Version 1 of Ticket #3497, comment 1
- Timestamp:
- 03/08/2018 05:07:14 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3497, comment 1
initial v1 1 Confirmed. The validator calls `window.btoa()` on the input, which fails on UTF-8 characterslike `—`:1 Confirmed. The validator calls `window.btoa()` on the input, which [https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding#The_Unicode_Problem fails on UTF-8 characters] like `—`: 2 2 3 3 > Uncaught InvalidCharacterError: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.