-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-English characters #18584
Comments
do you have a test case for this that can easily be copy/pasted to test? |
For example:
|
Ah wow, not even RTL, oof 😢 (should test with emoji too 😅) |
For downloading files like datasets or collections, we use This limitation seems outdated since newer standards like RFC 6266 and RFC 5987 allow UTF-8 characters in filenames using the filename* parameter. Modern browsers support this feature, enabling proper handling of filenames with special characters or non-Latin alphabets. Given this, should we update our implementation to support filename* with UTF-8 encoding, or is the current approach sufficient for our needs? Supporting UTF-8 would improve usability for international filenames but might require additional testing and updates to our API. |
The limitation is not outdated, |
Describe the bug
Non-English characters in Galaxy are not well handled, leading to several issues:
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1 2.dev0
Commit: (run
git rev-parse HEAD
if you run this Galaxy server)Browser and Operating System
Operating System: Linux
Browser: Firefox
To Reproduce
Steps to reproduce the behavior:
history_attrs.txt
Expected behavior
It should show all of the right characters.
The text was updated successfully, but these errors were encountered: