Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported...
authorJeremy Allison <jra@samba.org>
Thu, 2 Oct 2008 21:02:20 +0000 (14:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Oct 2008 11:03:23 +0000 (13:03 +0200)
commit47161923108222c41db4572b5f44cdb2b6d84a51
tree7833195a2efddc302e47208fefada79ddf1b480d
parenta937de4a626a8084e852bf7d345441bab15963cd
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)
source/printing/print_cups.c