diff OrthancServer/ParsedDicomFile.cpp @ 1347:60cc0ee61edb

author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2015 17:43:05 +0200
parents f796207e3df1
children f967bdf8534e
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Mon Apr 20 17:26:02 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Tue Apr 21 17:43:05 2015 +0200
@@ -1286,6 +1286,11 @@
         s = "ISO_IR 192";
         break;
 
+      case Encoding_Windows1251:
+        // This Cyrillic codepage is not officially supported by the
+        // DICOM standard. Do not set the SpecificCharacterSet tag.
+        return;
+
       case Encoding_Latin1:
         s = "ISO_IR 100";
         break;