enh: unicode char support for user import

This commit is contained in:
Timothy Jaeryang Baek 2025-04-28 17:26:19 +04:00
parent a9999833d2
commit 791c19acf7

View File

@ -109,7 +109,7 @@
stopLoading(); stopLoading();
}; };
reader.readAsText(file); reader.readAsText(file, 'utf-8');
} else { } else {
toast.error($i18n.t('File not found.')); toast.error($i18n.t('File not found.'));
} }