Conversation
The files in this commit have previously contained text encoded as `Windows-1252` (commonly mistaken for `latin1`/`ISO-8859-1`), in ways that present invalid UTF-8 bytes. This commit converts the encodings to UTF-8, which resolves the encoding issues. While the `whole-posts` document could be argued to be intentionally `Windows-1252`, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
The files in this commit have previously contained text encoded as Windows-1252 (commonly mistaken for latin1/ISO-8859-1), in ways that present invalid UTF-8 bytes. This commit converts the encodings to UTF-8, which resolves the encoding issues. While the whole-posts document could be argued to be intentionally Windows-1252, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8. Developed in #9425 Discussed in https://core.trac.wordpress.org/ticket/63815 Props dmsnell, swisspidy. Fixes #63815. git-svn-id: https://develop.svn.wordpress.org/trunk@60627 602fd350-edb4-49c9-b593-d223f7449a82
The files in this commit have previously contained text encoded as Windows-1252 (commonly mistaken for latin1/ISO-8859-1), in ways that present invalid UTF-8 bytes. This commit converts the encodings to UTF-8, which resolves the encoding issues. While the whole-posts document could be argued to be intentionally Windows-1252, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8. Developed in WordPress/wordpress-develop#9425 Discussed in https://core.trac.wordpress.org/ticket/63815 Props dmsnell, swisspidy. Fixes #63815. Built from https://develop.svn.wordpress.org/trunk@60627 git-svn-id: https://core.svn.wordpress.org/trunk@59963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
The files in this commit have previously contained text encoded as Windows-1252 (commonly mistaken for latin1/ISO-8859-1), in ways that present invalid UTF-8 bytes. This commit converts the encodings to UTF-8, which resolves the encoding issues. While the whole-posts document could be argued to be intentionally Windows-1252, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8. Developed in WordPress/wordpress-develop#9425 Discussed in https://core.trac.wordpress.org/ticket/63815 Props dmsnell, swisspidy. Fixes #63815. Built from https://develop.svn.wordpress.org/trunk@60627 git-svn-id: http://core.svn.wordpress.org/trunk@59963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
The files in this commit have previously contained text encoded as Windows-1252 (commonly mistaken for latin1/ISO-8859-1), in ways that present invalid UTF-8 bytes. This commit converts the encodings to UTF-8, which resolves the encoding issues. While the whole-posts document could be argued to be intentionally Windows-1252, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8. Developed in WordPress#9425 Discussed in https://core.trac.wordpress.org/ticket/63815 Props dmsnell, swisspidy. Fixes #63815. git-svn-id: https://develop.svn.wordpress.org/trunk@60627 602fd350-edb4-49c9-b593-d223f7449a82
Trac ticket: Core-63815
The files in this commit have previously contained text encoded as
Windows-1252(commonly mistaken forlatin1/ISO-8859-1), in ways that present invalid UTF-8 bytes.This commit converts the encodings to UTF-8, which resolves the encoding issues. While the
whole-postsdocument could be argued to be intentionallyWindows-1252, there was no obvious evidence that this was more than an historic legacy. The JavaScript file, however, definitely ought to be UTF-8.