Skip to content
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

fix: allow Unicode object names #605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mlatief
Copy link

@mlatief mlatief commented Dec 31, 2024

What kind of change does this PR introduce?

Fixes #133

What is the current behavior?

Object names are restricted and Unicode non-ASCII characters are not allowed. See #133.

What is the new behavior?

Allow all Unicode characters that are also valid in XML 1.0 documents.

@mlatief mlatief force-pushed the mlatief/utf8-object-names branch 4 times, most recently from 9b0f67a to c9ba0c7 Compare January 28, 2025 16:37
@mlatief mlatief changed the title fix: allow UTF-8 encoded object names fix: allow Unicode object names Jan 28, 2025
@mlatief mlatief force-pushed the mlatief/utf8-object-names branch from c9ba0c7 to edb9f06 Compare January 28, 2025 17:22
@mlatief mlatief marked this pull request as ready for review January 28, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Special characters in filename causes uploads to fail
1 participant