Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported...
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 23:40:41 +0000 (16:40 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 23:40:41 +0000 (16:40 -0700)
commit3bfb53caa86ece1d7ff1bf3c7759f003203d4247
tree5852656dee449508b2959034633e31d5e2fa6311
parentea85ceefa945f1fee2bb10441a3cc8e35216733b
Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported character set.
Cups 1.3.4 expects utf8 to be used in all messages to/from the server. We may be using a
different character set so we need to use talloc utf8 push/pull functions in all communication.
Needs more testing. Don't release until I've done a thorough test. I also have a version for 3.2.x.
Jeremy.
source3/printing/print_cups.c