We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: