samba-bugs@samba.org
2005-May-10 17:02 UTC
[Bug 2696] Filenames with non-english characters are displayed as '?'
https://bugzilla.samba.org/show_bug.cgi?id=2696 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-05-10 09:42 ------- Please try out one of the nightly tar files from the rsync web site (or the upcoming 2.6.5 pre-release). It obscures fewer characters (since rsync now uses the user's locale information), and those that it tweaks are escaped using backslash escapes that allow the filename to be reconstructed by a script, e.g.: $filename =~ s/\\(\d\d\d|\\)/ $1 eq "\\" ? $1 : chr(oct($1)) /eg; See also the --log-format option for a better way to get the list of filenames that rsync has operated on (rather than depending on the --verbose output) and the -i option (an easy way to specify --log-format="%i %n%L") for more information, and the "%o" escape as an alternative to "%i" (if you don't want tweaked, but not-transferred files to be logged). -- 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.
Reasonably Related Threads
- How to encode Non-English directories and filenames
- Rsync with non-english characters in filenames?
- DO NOT REPLY [Bug 4856] New: Filenames are displayed before successful transfer in verbose mode
- problem with non-English Windows filenames
- non-English filenames (one more attempt)