comparison TODO @ 3223:c94f23198946

unit testing japanese
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Feb 2019 14:16:35 +0100
parents 4be505c2ac56
children 6399f5f25498
comparison
equal deleted inserted replaced
3222:63681433b0fc 3223:c94f23198946
85 --------- 85 ---------
86 Encodings 86 Encodings
87 --------- 87 ---------
88 88
89 * Support multiple specific character sets (cf. "SCSH32" in orthanc-tests) 89 * Support multiple specific character sets (cf. "SCSH32" in orthanc-tests)
90 http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2 90 - http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2
91 - Japanese test: http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/sect_H.3.2.html
91 * Support Simplified Chinese (ISO 2022 IR 58) 92 * Support Simplified Chinese (ISO 2022 IR 58)
92 * Support Supplementary Kanji set (ISO 2022 IR 159) 93 * Support Supplementary Kanji set (ISO 2022 IR 159)
93 * Implement the following unit tests: 94 * Implement the following unit tests:
94 - Japanese: http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_H.html
95 - Chinese: 95 - Chinese:
96 http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_J.html 96 http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_J.html
97 http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_K.html 97 http://dicom.nema.org/MEDICAL/dicom/2017c/output/chtml/part05/chapter_K.html
98 98
99 99