diff Resources/Configuration.json @ 2207:6dc3bdb4088b

Fix handling of encodings in C-FIND for worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 11:24:04 +0100
parents 7d5320c59a05
children 90ea60bee5ff
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Dec 08 16:29:34 2016 +0100
+++ b/Resources/Configuration.json	Fri Dec 09 11:24:04 2016 +0100
@@ -88,10 +88,10 @@
 
   // The default encoding that is assumed for DICOM files without
   // "SpecificCharacterSet" DICOM tag, and that is used when answering
-  // C-Find requests. The allowed values are "Ascii", "Utf8",
-  // "Latin1", "Latin2", "Latin3", "Latin4", "Latin5", "Cyrillic",
-  // "Windows1251", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
-  // and "Chinese".
+  // C-Find requests (including worklists). The allowed values are
+  // "Ascii", "Utf8", "Latin1", "Latin2", "Latin3", "Latin4",
+  // "Latin5", "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew",
+  // "Thai", "Japanese", and "Chinese".
   "DefaultEncoding" : "Latin1",
 
   // The transfer syntaxes that are accepted by Orthanc C-Store SCP