mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
feat: unicode support for user names upon csv import #4952
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @teese on GitHub (Apr 24, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
When importing a list of users from csv, non-ASCII characters in user names (e.g. öäü) are replaced with � and must be corrected manually.
Desired Solution you'd like
Unicode support.
Alternatives Considered
No response
Additional Context
No response
@athoik commented on GitHub (Apr 26, 2025):
Hi,
I cannot identify problem with proper UTF8 encoded input file.
user-import.csv
@tjbck commented on GitHub (Apr 28, 2025):
Addressed with 791c19acf7865aa3ba1da739fb385fafa7920f08!