Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported...
commit3bf495755142fb41a761408ac7d41d9c643c4139
authorJeremy Allison <jra@samba.org>
Thu, 2 Oct 2008 21:02:20 +0000 (2 14:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:22:13 +0000 (9 11:22 +0100)
tree57cd66ee7d780771c81f2eac483a31356e0552cc
parent0211c1c885c370c6e1a0c4843b75d9540210c35a
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.
Contains the !server fix already applied to 3.3.
Jeremy.
(cherry picked from commit a1323951a3264f81be07276f021201bee0d8d0f5)
(cherry picked from commit 47161923108222c41db4572b5f44cdb2b6d84a51)
source/printing/print_cups.c