View Issue Details

IDProjectCategoryView StatusLast Update
0004723Slicer4Core: Base Codepublic2020-02-10 15:24
Reporterlassoan Assigned Tojcfr  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product VersionSlicer 4.11.0 
Target VersionSlicer 4.11.0Fixed in Version 
Summary0004723: Loading of files with special character in path fail silently
Description

Slicer cannot load files that have special (non-ascii) characters in their path. Related issues has been reported many times, including: https://discourse.slicer.org/t/slicer-black-screen-when-opening-stls-or-nrrds/10140/8

This may be due to ITK and VTK IO classes not using API that supports special characters and/or Slicer does not pass special characters correctly to ITK/VTK (e.g., converts to Latin1).

If the issue is only in Slicer (this can be tested by testing reading using plain ITK/VTK classes) then Slicer should be fixed.

If ITK/VTK readers cannot handle special characters yet then at least Slicer should display (or log) meaningful error message.

TagsNo tags attached.

Activities

lassoan

lassoan

2020-02-10 15:24

developer   ~0016309

It seems that we can switch to UTF-8 filenames without too much difficulty.

CTK pull request: https://github.com/commontk/CTK/pull/902
Slicer pull request: https://github.com/Slicer/Slicer/pull/1319

Issue History

Date Modified Username Field Change
2020-02-08 16:08 lassoan New Issue
2020-02-08 16:08 lassoan Status new => assigned
2020-02-08 16:08 lassoan Assigned To => jcfr
2020-02-10 15:24 lassoan Note Added: 0016309