summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qclipboard.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2025-11-03 18:09:19 +0100
committerTor Arne Vestbø <[email protected]>2025-11-05 16:27:16 +0000
commitbb8f10af794001ecad0db5c3b3120c677edad218 (patch)
treee0a25bc7ac02a5410fe4c1d59c01db011fae2fce /src/gui/kernel/qclipboard.cpp
parent5ec72a3dad0a9da91e6d449133f51b7b904c8015 (diff)
macOS: NFC normalize selected file in QNSOpenSavePanelDelegateHEADdev
Apple systems with HFS+ were traditionally storing file names in NFD normalized form, while Qt prefers to operate in NFC, as that is more likely to match what the user types with the keyboard. Nowadays APFS is truly normalization preserving, in that it stores the filename in whatever normalization the filename was written as, but this still means we might encounter filenames in NFD form, so we keep normalizing file paths to ensure Qt and user code can do file name comparisons without needing to deal with potentially different normalizations. Pick-to: 6.10 6.8 6.5 Task-number: QTBUG-122624 Change-Id: Iaed71c8194b44c82b21a0bb3ff34fdd81c8325bd Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/gui/kernel/qclipboard.cpp')
0 files changed, 0 insertions, 0 deletions