09 Aug, 2017

4 commits


08 Aug, 2017

1 commit

  • Fix the above unicode related errors:
    - InVesalius was not starting in Windows with users with non ascii chars.
    - Not opening dicom files from path with non ascii chars.
    - Not opening bitmap files from path with non ascii chars.
    - Not opening Analyze, Nifti with filename with non ascii chars.
    - Not exporting surface when the path has non ascii chars.
    - Not exporting picture when the path has non ascii chars.
    - Not importing surface when the path has non ascii chars.
    - Strange chars when showing developers and translators with non ascii chars.
    
    To fix that errors we are convert all paths and filenames to unicode. wxPythons eases this, since it gives the paths and filenames as unicode. When using VTK to save or open a file we encode the filename to sys.getfilesystemencoding. In Windows it is necessary an additional step, convert the filename to an short representation using [win32api](http://docs.activestate.com/activepython/2.6/pywin32/win32api__GetShortPathName_meth.html).
    Thiago Franco de Moraes
     

31 Jul, 2017

1 commit


28 Jul, 2017

1 commit


26 Jul, 2017

1 commit


13 Jul, 2017

1 commit


11 Jul, 2017

1 commit


06 Jul, 2017

3 commits


05 Jul, 2017

2 commits


04 Jul, 2017

8 commits


28 Jun, 2017

4 commits


21 Jun, 2017

5 commits


14 Jun, 2017

2 commits


05 Jun, 2017

1 commit


02 Jun, 2017

1 commit


01 Jun, 2017

1 commit


31 May, 2017

3 commits