Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported...
commitb45df44757f70d222e7b663690814c877ee6189e
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 23:39:29 +0000 (1 16:39 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Oct 2008 16:01:05 +0000 (15 18:01 +0200)
tree62dbc4a0d2773aab752e8cb069132872b80205b2
parentdae10eb02c4a9616728e9e456a47cd80367b72f0
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.
(cherry picked from commit 2a2bb6b0757b1f2a6199474f93ea8d598575d650)
source/printing/print_cups.c