Mercurial > hg > orthanc-book
changeset 74:a976607e46f7
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 14 Dec 2016 09:43:53 +0100 |
parents | c742c8f9ffa3 |
children | 16d516fdc642 |
files | Sphinx/source/developers/implementation-notes.rst |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/developers/implementation-notes.rst Wed Dec 14 09:43:08 2016 +0100 +++ b/Sphinx/source/developers/implementation-notes.rst Wed Dec 14 09:43:53 2016 +0100 @@ -12,7 +12,8 @@ <http://dicom.nema.org/dicom/2013/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2>`__ is used by the DICOM instance. Internally, Orthanc converts all these codepages to the `UTF-8 encoding -<https://en.wikipedia.org/wiki/UTF-8>`__. +<https://en.wikipedia.org/wiki/UTF-8>`__ (cf. the +``Orthanc::ParsedDicomFile`` class). In particular, :ref:`plugins <creating-plugins>` must assume that any string or JSON file coming from the Orthanc core is encoded using