diff TODO @ 3218:9a83d94b2a1e

kanji encoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Feb 2019 11:32:14 +0100
parents 706b60e7ee1e
children 4be505c2ac56
line wrap: on
line diff
--- a/TODO	Wed Feb 13 17:46:12 2019 +0100
+++ b/TODO	Thu Feb 14 11:32:14 2019 +0100
@@ -82,6 +82,21 @@
 * Support extended association:
   https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ
 
+---------
+Encodings
+---------
+
+* Support multiple specific character sets (cf. "SCSH32" in orthanc-tests)
+  http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2
+* Support Simplified Chinese (ISO 2022 IR 58)
+* Support Supplementary Kanji set (ISO 2022 IR 159)
+* Implement the following unit tests:
+  - Japanese: http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_H.html
+  - Korean: http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_I.html
+  - Chinese:
+    http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_J.html
+    http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_K.html
+
 
 =======
 Plugins