[wp-meta] [Making WordPress.org] #3497: readme.txt validator does not accept text area input

Making WordPress.org noreply at wordpress.org
Thu Mar 8 05:04:34 UTC 2018


#3497: readme.txt validator does not accept text area input
------------------------------+------------------
 Reporter:  alpipego          |       Owner:
     Type:  defect            |      Status:  new
 Priority:  high              |   Milestone:
Component:  Plugin Directory  |  Resolution:
 Keywords:                    |
------------------------------+------------------

Comment (by SergeyBiryukov):

 Confirmed. The validator calls `window.btoa()` on the input, which fails
 on UTF-8 characters like `—`:

 > Uncaught InvalidCharacterError: Failed to execute 'btoa' on 'Window':
 The string to be encoded contains characters outside of the Latin1 range.

 Introduced in [6479].

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3497#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list