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

Unicode filename problems on Windows because of isupper() and tolower() #189

Open
seanm opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@seanm
Copy link
Contributor

seanm commented Jun 17, 2024

A discussion on the ITK forum suggests there is a nifti_clib bug with Unicode filenames on Windows because of the use of isupper() and tolower().

Discussion:

https://discourse.itk.org/t/gdcmseriesfilenames-fails-to-read-folder-with-non-ascii-characters/2365/

I presume isupper() and tolower() do not support Unicode.

I might have time to work on fixing this, but thought it best to file a ticket first.

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