- The iconv-supporting code can now ask filtered_fwrite() to use
authorWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 16:54:12 +0000 (16:54 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 16:54:12 +0000 (16:54 +0000)
commit3648ab3a2474ba318291dc9184cd68fa7b120591
treedd29836985061680938b281763b5d444b5558850
parent7a9d183fc4e91a258d9f9dcac54bc5c1df3f2035
- The iconv-supporting code can now ask filtered_fwrite() to use
  isprint() when iconv() could not be setup.
- Changed the output idiom for escaped chars to use \#123 instead
  of \0123 because that makes it possible for a script to know for
  sure what version of rsync did the output (and thus, what the
  unescape rules are).
log.c