Skip to content

Commit 83e048b

Browse files
committed
Convert two source files to UTF-8
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
1 parent 645128c commit 83e048b

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

src/js/_enqueues/vendor/tw-sack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Simple AJAX Code-Kit (SACK) v1.6.1 */
2-
/* ©2005 Gregory Wild-Smith */
2+
/* ©2005 Gregory Wild-Smith */
33
/* www.twilightuniverse.com */
44
/* Software licenced under a modified X11 licence,
55
see documentation or authors website for more details */

0 commit comments

Comments
 (0)