DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2009-11-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 way...@samba.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2009-10-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #12 from m...@mattmccutchen.net 2009-10-30 10:48 CST --- The stable rsync has had --iconv for a while now. Is there a reason this bug isn't marked fixed? (If someone wants to pursue my idea from comment #10, they should

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2007-10-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2007-10-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #10 from [EMAIL PROTECTED] 2007-10-30 17:15 CST --- (In reply to comment #9) The current solution appears to be somewhat confused about what it is trying to solve. Rather, you appear to be overcomplicating the problem.

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2007-10-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #11 from [EMAIL PROTECTED] 2007-10-30 19:22 CST --- Currently, if iconv is enabled, each process converts strings from its local encoding to UTF-8 before sending them over the wire and converts strings from UTF-8 to its

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2006-03-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #5 from [EMAIL PROTECTED] 2006-03-29 04:11 MST --- I'm just curious. Suppose I have rsyncd running on Windows, and want to copy files from there to a Linux machine. The problem is that some characters (like German umlauts -

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2006-03-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #6 from [EMAIL PROTECTED] 2006-03-29 05:57 MST --- It seems it has to be applied on both sides :) Anyway, it seems to be impossible to build rsync on Windows (Cygwin) with this patch: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2006-01-20 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=2790 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2006-01-16 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=2790 --- Comment #3 from [EMAIL PROTECTED] 2006-01-16 20:51 MST --- I've been working on a filename-conversion solution that uses the iconv() function. After putting a bunch of thought into various designs, I think I have a good solution