comparison 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
comparison
equal deleted inserted replaced
1346:911a1ad5ebe8 1347:60cc0ee61edb
1284 case Encoding_Utf8: 1284 case Encoding_Utf8:
1285 case Encoding_Ascii: 1285 case Encoding_Ascii:
1286 s = "ISO_IR 192"; 1286 s = "ISO_IR 192";
1287 break; 1287 break;
1288 1288
1289 case Encoding_Windows1251:
1290 // This Cyrillic codepage is not officially supported by the
1291 // DICOM standard. Do not set the SpecificCharacterSet tag.
1292 return;
1293
1289 case Encoding_Latin1: 1294 case Encoding_Latin1:
1290 s = "ISO_IR 100"; 1295 s = "ISO_IR 100";
1291 break; 1296 break;
1292 1297
1293 case Encoding_Latin2: 1298 case Encoding_Latin2: