comparison Core/DicomParsing/ParsedDicomFile.h @ 3217:cf8cbeb35f33

preliminary support of Korean character set
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Feb 2019 17:46:12 +0100
parents 4e43e67f8ecf
children 9b0e67161600
comparison
equal deleted inserted replaced
3216:c9a71eb4edcf 3217:cf8cbeb35f33
184 void EmbedImage(const ImageAccessor& accessor); 184 void EmbedImage(const ImageAccessor& accessor);
185 185
186 void EmbedImage(MimeType mime, 186 void EmbedImage(MimeType mime,
187 const std::string& content); 187 const std::string& content);
188 188
189 Encoding GetEncoding() const; 189 Encoding DetectEncoding(bool& hasCodeExtensions) const;
190 190
191 // WARNING: This function only sets the encoding, it will not 191 // WARNING: This function only sets the encoding, it will not
192 // convert the encoding of the tags. Use "ChangeEncoding()" if need be. 192 // convert the encoding of the tags. Use "ChangeEncoding()" if need be.
193 void SetEncoding(Encoding encoding); 193 void SetEncoding(Encoding encoding);
194 194