comparison 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
comparison
equal deleted inserted replaced
1557:ad1e127b4ed5 1558:124de28b32ed
176 176
177 bool StartsWith(const std::string& str, 177 bool StartsWith(const std::string& str,
178 const std::string& prefix); 178 const std::string& prefix);
179 179
180 int GetProcessId(); 180 int GetProcessId();
181
182 const char* GetDicomSpecificCharacterSet(Encoding encoding);
181 } 183 }
182 } 184 }