From c226363717883cb06b1de85a954542671f7d622f Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 13 Jan 2022 18:33:39 -0800 Subject: [PATCH] Added UTF8 support in device file tab editor, #3450 --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 74474661..31183153 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -10182,7 +10182,7 @@ QS('dialog').width = 'auto'; QS('dialog').bottom = '80px'; QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px'; - Q('d4editorarea').value = gdownloadFile.data; + Q('d4editorarea').value = decode_utf8(gdownloadFile.data); gdownloadFile = null; } else { // Save the file to disk