This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Support for "long" file names #237
Plecra
started this conversation in
Feature Design
Replies: 1 comment
-
Side note: Do we need to support strings longer than 1GB in our zip files? I'd like to use a couple bits to store the text encoding, which would let use pass around |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(...and comments)
When reading a file, we need to have a way to handle file headers which contain text too long to fit in a stack array.
I haven't found a good design for this yet. It's tricky to make the design intuitive without introducing regressions.
Beta Was this translation helpful? Give feedback.
All reactions