dcmtk icon indicating copy to clipboard operation
dcmtk copied to clipboard

Provide a value for Character Encoding for stdlibc (iconv)

Open malaterre opened this issue 4 years ago • 0 comments

On Debian system, dcmtk is compiled with:

DCMTK_ENABLE_CHARSET_CONVERSION:STRING=stdlibc (iconv)

Which in turn reveal that:

$ dcm2xml --version [...] Character encoding: system default (unknown)

Update implementation detail to retrieve the character encoding using the nl_langinfo() POSIX function.

malaterre avatar Aug 26 '21 12:08 malaterre