From b221e7a33046d801baf55acd10a0570140da2fe6 Mon Sep 17 00:00:00 2001 From: borissedw Date: Sat, 16 Sep 2023 20:13:42 +0300 Subject: [PATCH] 0.0.248 --- static/js/user_profile(boris).js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile(boris).js b/static/js/user_profile(boris).js index 6936947..5fb2018 100644 --- a/static/js/user_profile(boris).js +++ b/static/js/user_profile(boris).js @@ -122,7 +122,7 @@ function attachFilemeassge (el,id_ticket=null,sender,receiver){ let reader = new FileReader(); - reader.readAsText(file,'ISO-8859-1'); + reader.readAsText(file,'UTF-8'); reader.onload = function() { // console.log(reader.result);