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

Ensure string encoding for CFStrings work with non-UTF-8 pathnames #6

Open
jakewilliami opened this issue Aug 29, 2022 · 2 comments
Open
Labels

Comments

@jakewilliami
Copy link
Owner

Unfortunately on macOS, to check for whether a path is a package or bundle, the MDItem* functions necessitate the use of CFStrings, and all of the joys that come with them. As I have had to implement these myself, they are probably not very robust.

In the interest of everyone who doesn't use the Latin alphabet, I should ensure the string interface with Apple's Core Foundation works robustly.

@jakewilliami
Copy link
Owner Author

Might be able to ask @ScottPJones for some advice here, as he likes Julia, C, and strings...

jakewilliami added a commit that referenced this issue Sep 1, 2022
@ScottPJones
Copy link

Hi! I was away in Spain for a while, just getting back to working - I'd be happy to chat about Julia & strings 😄

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

No branches or pull requests

2 participants