Added UTF8 support in device file tab editor, #3450

This commit is contained in:
Ylian Saint-Hilaire 2022-01-13 18:33:39 -08:00
parent a438e18e6d
commit c226363717

View File

@ -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