From 93be09fd4eb8e6d65294adb5252920bdf2aea39e Mon Sep 17 00:00:00 2001 From: Bradley21890543 Date: Thu, 9 Feb 2017 22:58:20 -0500 Subject: [PATCH] Changed file upload encoding from ISO-Baltic to UTF-8 Hopefully this fixes the weird letters instead of quotation marks problem. --- js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin.js b/js/admin.js index 2c8468e..865c45a 100755 --- a/js/admin.js +++ b/js/admin.js @@ -83,7 +83,7 @@ $(document).ready(function() { $("#newArticleImageCredit").val(""); } } else bootAlert(false, "Incomplete fields.", "Please check all required fields."); - }); fileRead.readAsText(file,'ISO-8859-4'); + }); fileRead.readAsText(file,'UTF-8'); }); $("#deleteArticleBtn").click(function() {