mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
enh: unicode char support for user import
This commit is contained in:
parent
a9999833d2
commit
791c19acf7
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
stopLoading();
|
||||
};
|
||||
|
||||
reader.readAsText(file);
|
||||
reader.readAsText(file, 'utf-8');
|
||||
} else {
|
||||
toast.error($i18n.t('File not found.'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue