changeset 6589:3adbd90885f9

todo: zip paths
author Alain Mazy <am@orthanc.team>
date Thu, 12 Feb 2026 18:13:02 +0100
parents 277398ed61a0
children bf8c7cc07596
files TODO
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Feb 12 09:16:48 2026 +0100
+++ b/TODO	Thu Feb 12 18:13:02 2026 +0100
@@ -174,6 +174,11 @@
   The patch that was initialy provided was breaking the IngestTranscoding.
   This might require a DCMTK decoding plugin ?
   https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533/9
+* Support full UTF-8 path in zip internal folders.  Right now, in EnsureUniqueFilename,
+  we call KeepAlphanumeric().  Also allow '+' and '-' characters.  Make sure to
+  always avoid control characters like '\r\n'.
+  https://discourse.orthanc-server.org/t/seriesdescription-characters-and-removed-during-oe2-zip-export/6397
+
 
 
 ---------