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

Unsuccessful filename normalization #16

Open
gy-mate opened this issue Sep 12, 2023 · 0 comments
Open

Unsuccessful filename normalization #16

gy-mate opened this issue Sep 12, 2023 · 0 comments

Comments

@gy-mate
Copy link

gy-mate commented Sep 12, 2023

I tried normalizing a file's name on an APFS volume:
~ % jaso "/Volumes/temp/RE_ Önkormányzati REDACTED.msg -> /Volumes/temp/RE_ Önkormányzati REDACTED.msg DONE; 1 files in 0.003973321 seconds

But jaso didn't normalize the filename as

  • I still can't copy the file to an SMB server due to filename length limitation met by the filename being kept in NFD
  • when I run the command again, it tries normalizing the filename again:
    ~ % jaso "/Volumes/temp/RE_ Önkormányzati REDACTED.msg -> /Volumes/temp/RE_ Önkormányzati REDACTED.msg DONE; 1 files in 0.006861128 seconds

Or does jaso do the normalization successfully anyway and the problem might be somewhere else, like

  • APFS denying the change of filename from NFD to NFC or
  • when copying to an SMB server, Finder.app copies the filename as NFD?

Thank you for your help in advance!

Debugging information:
- OS: macOS 13.5.2
- App version: 1.0.0

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

No branches or pull requests

1 participant