HomePhabricator
Diffusion MITK 3765320b9b4d

Use UTF-8 encoding on Windows

Description

Use UTF-8 encoding on Windows

Added an advanced CMake option MITK_UTF8 (default: ON) to the MITK build.
If enabled, a manifest file is embedded into all MITK applications to
switch to the UTF-8 code page introduced in Windows 10 Version 1903.

It finally solves some issues with characters like German Umlauts in
file names and eases cross-platform development, since both Linux and
macOS are based on UTF-8 as well.

Details

Provenance
kislinskAuthored on May 19 2022, 6:25 AM
kislinskPushed on May 19 2022, 6:30 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKb28140233b8b: Correctly show preview nodes
Branches
Unknown
Tags
Unknown
Tasks
T28285: DICOM with 'ä' in filename not readable on Windows