# HG changeset patch # User Alain Mazy # Date 1770916382 -3600 # Node ID 3adbd90885f93a4c740cb652683c84a3db442890 # Parent 277398ed61a0a86da7699bbc76d658a114ff265b todo: zip paths diff -r 277398ed61a0 -r 3adbd90885f9 TODO --- 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 + ---------