From b2b87acf73c2070d19b6f345442aa2960f98cf4b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 6 Nov 2007 18:14:36 +0000 Subject: [PATCH] Matt's transliterate patch. --- transliterate.diff | 167 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 transliterate.diff diff --git a/transliterate.diff b/transliterate.diff new file mode 100644 index 0000000..89043c7 --- /dev/null +++ b/transliterate.diff @@ -0,0 +1,167 @@ +This patch adds an option --tr=BAD/GOOD to transliterate filenames. It +can be used to remove characters illegal on the destination filesystem. +Jeff Weber expressed interest in this: + +http://lists.samba.org/archive/rsync/2007-October/018996.html + +This patch is a COMPLETE HACK that covers the most common cases. Others +are welcome to improve it. + +To use this patch, run these commands for a successful build: + + patch -p1