From d60d03f66692301233eba68dbc00532682f7fd3d Mon Sep 17 00:00:00 2001 From: borissedw Date: Sat, 16 Sep 2023 20:04:28 +0300 Subject: [PATCH] 0.0.247 --- 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 7cae5ba..6936947 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); + reader.readAsText(file,'ISO-8859-1'); reader.onload = function() { // console.log(reader.result);