comparison Sphinx/source/faq/debugging-encodings.rst @ 947:0b89127439b1

new orthanc-setup-samples repo
author Alain Mazy <am@osimis.io>
date Thu, 01 Jun 2023 12:24:22 +0200
parents 8856bcfc561e
children 5df222ddd7d1
comparison
equal deleted inserted replaced
946:d7f03f325544 947:0b89127439b1
27 In this case, they have most likely been generated on a Windows system by using the default `Windows 1252 27 In this case, they have most likely been generated on a Windows system by using the default `Windows 1252
28 <https://en.wikipedia.org/wiki/Windows-1252>`__ encoding in which ``9e`` is ``ž``. 28 <https://en.wikipedia.org/wiki/Windows-1252>`__ encoding in which ``9e`` is ``ž``.
29 29
30 How to solve it ? It is highly recommended to fix it before Orthanc: in your RIS, worklist server or modality. 30 How to solve it ? It is highly recommended to fix it before Orthanc: in your RIS, worklist server or modality.
31 However, if you can not fix it there, you may still try to fix it once the file has been stored in Orthanc. 31 However, if you can not fix it there, you may still try to fix it once the file has been stored in Orthanc.
32 You can get inspiration from this `lua script <https://bitbucket.org/osimis/orthanc-setup-samples/src/master/lua-samples/sanitizeInvalidUtf8TagValues.lua>`__ 32 You can get inspiration from this `lua script <https://github.com/orthanc-server/orthanc-setup-samples/src/master/lua-samples/sanitizeInvalidUtf8TagValues.lua>`__
33 that is fixing invalid UTF-8 characters 33 that is fixing invalid UTF-8 characters
34 34