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

Option to specify the encoding used for filename conversions #21

Closed
boredzo opened this issue Mar 8, 2023 · 0 comments
Closed

Option to specify the encoding used for filename conversions #21

boredzo opened this issue Mar 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@boredzo
Copy link
Owner

boredzo commented Mar 8, 2023

impluse currently assumes that all volumes are MacRoman. It's got some infrastructure internally for dealing with other encodings but it isn't currently being exercised.

#16 covers accessing saved filename encoding data when it's present, but it isn't necessarily (particularly since the field was removed in Mac OS 8). We need a way for users to be able to specify a default encoding.

The order in which impluse tries to decode names should be:

  1. Encoding saved in Finder info (Read the fdScript field where it exists #16)
  2. Default encoding specified by user
  3. MacRoman
@boredzo boredzo added the enhancement New feature or request label Mar 8, 2023
@boredzo boredzo self-assigned this Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant