Changes between Initial Version and Version 1 of Ticket #1076
- Timestamp:
- 2010-06-10T00:02:18Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1076 – Description
initial v1 1 Currently, the CLI normalizes filenames to NFC when listing the contents of a '''local''' directory in [source:src/allmydata/util/stringutils.py?rev=4464#L193 listdir_unicode] (used by {{{tahoe cp}}} and {{{tahoe backup}}} , but that is the only point at which filenames are normalized.1 Currently, the CLI normalizes filenames to NFC when listing the contents of a '''local''' directory in [source:src/allmydata/util/stringutils.py?rev=4464#L193 listdir_unicode] (used by {{{tahoe cp}}} and {{{tahoe backup}}}), but that is the only point at which filenames are normalized. 2 2 3 3 So, unnormalized filenames can get into Tahoe directories via CLI arguments, SFTP, FTP, and the WUI.