Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #3497, comment 1


Ignore:
Timestamp:
03/08/2018 05:07:14 AM (7 years ago)
Author:
SergeyBiryukov
Comment:

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 characters like `—`:
     1Confirmed. 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 `—`:
    22
    33> Uncaught InvalidCharacterError: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.