bugzilla-daemon@dp3.samba.org
2005-Dec-30 14:14 UTC
DO NOT REPLY [Bug 3362] New: Add option to normalize Unicode filenames
https://bugzilla.samba.org/show_bug.cgi?id=3362
Summary: Add option to normalize Unicode filenames
Product: rsync
Version: 2.6.7
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mike@big.faceless.org
QAContact: rsync-qa@samba.org
This is somewhere between a bug and an enhancement. When moving files with
Unicode names between different OSes, it would make life a lot easier if there
was an option to normalize filenames to a particular unicode form on the
destination.
For example, rsyncing from OS X to Linux names the files using the OS X
standard, Normalization form D. Linux prefers Normalization form C, which means
sharing this folder via Samba results in a number of folders that can''t
be
accessed. Likewise when running rsync from OS X to a Windows box running
cygwin. I think the best solution to this would be something like
"--destination-charset=UTF-8-NFC", to rename the files from the source
charset
to the destionation charset.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
bugzilla-daemon@dp3.samba.org
2006-Jan-20 18:03 UTC
DO NOT REPLY [Bug 3362] Add option to normalize Unicode filenames
https://bugzilla.samba.org/show_bug.cgi?id=3362
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from wayned@samba.org 2006-01-20 11:02 MST -------
See bug #2790 comment #3 for a link to a patch that provides charset
conversion. I'd like feedback on how well this works.
*** This bug has been marked as a duplicate of 2790 ***
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Apparently Analagous Threads
- DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
- DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
- DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
- DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
- Does Ruby 1.9 support Unicode normalization yet?