diff Core/Toolbox.h @ 1558:124de28b32ed

fix encodings of newly created dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 17:40:07 +0200
parents ad1e127b4ed5
children 4b23310eb7e8
line wrap: on
line diff
--- a/Core/Toolbox.h	Thu Aug 20 17:29:42 2015 +0200
+++ b/Core/Toolbox.h	Thu Aug 20 17:40:07 2015 +0200
@@ -178,5 +178,7 @@
                     const std::string& prefix);
 
     int GetProcessId();
+
+    const char* GetDicomSpecificCharacterSet(Encoding encoding);
   }
 }