mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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();
|
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.'));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue