comparison Resources/Configuration.json @ 1090:e494ceb8d763

support more encodings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Aug 2014 12:04:23 +0200
parents e56c3ed8d738
children da56a7916e8a
comparison
equal deleted inserted replaced
1089:5ea0b56e850d 1090:e494ceb8d763
181 // this limit is reached, the addition of new jobs is blocked until 181 // this limit is reached, the addition of new jobs is blocked until
182 // some job finishes. 182 // some job finishes.
183 "LimitJobs" : 10, 183 "LimitJobs" : 10,
184 184
185 // The default encoding that is assumed for DICOM files without 185 // The default encoding that is assumed for DICOM files without
186 // "SpecificCharacterSet" DICOM tag. The allowed values are 186 // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
187 // currently "Latin1", "Utf8" and "Ascii". 187 // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
188 // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
189 // and "Chinese".
188 "DefaultEncoding" : "Latin1" 190 "DefaultEncoding" : "Latin1"
189 } 191 }