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

Support files ending in spaces or periods #2

Closed
bbarenblat opened this issue May 15, 2018 · 0 comments
Closed

Support files ending in spaces or periods #2

bbarenblat opened this issue May 15, 2018 · 0 comments

Comments

@bbarenblat
Copy link
Owner

In addition to the characters Scoville already handles, FAT also disallows space and period as the last character in a file name. (These restrictions, like other character restrictions, are enforced by Linux’s vfat driver.) Scoville should convert trailing space and period to the relevant escape sequences.

bbarenblat added a commit that referenced this issue Oct 11, 2020
Abseil makes encoding and decoding a lot easier. Take an Abseil
dependency, and rewrite the encoding and decoding routines using it.

Closes: #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant