diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Aug 05 08:49:25 2014 +0200
+++ b/Resources/Configuration.json	Tue Aug 05 12:04:23 2014 +0200
@@ -183,7 +183,9 @@
   "LimitJobs" : 10,
 
   // The default encoding that is assumed for DICOM files without
-  // "SpecificCharacterSet" DICOM tag. The allowed values are
-  // currently "Latin1", "Utf8" and "Ascii".
+  // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
+  // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
+  // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
+  // and "Chinese".
   "DefaultEncoding" : "Latin1"
 }