Skip to content

fix: Bad file upload#7

Merged
Danelegend merged 3 commits intomainfrom
temp-1
Feb 19, 2026
Merged

fix: Bad file upload#7
Danelegend merged 3 commits intomainfrom
temp-1

Conversation

@Danelegend
Copy link
Copy Markdown
Contributor

@Danelegend Danelegend commented Feb 18, 2026

By encoding as latin-1, there is a text encoding corruption that occurs during the latin-1 -> UTF-8 round-trip where any byte >= 0x80 results in an error.

This offloads the decoding responsibility to the stream.

@Danelegend Danelegend changed the title Test 1 fix: Bad file upload Feb 19, 2026
@Danelegend Danelegend merged commit a8fe13b into main Feb 19, 2026
3 checks passed
@Danelegend Danelegend deleted the temp-1 branch February 19, 2026 00:46
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.

2 participants