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)
committerJeremy Allison <jra@samba.org>
Thu, 2 Oct 2008 21:02:20 +0000 (14:02 -0700)
commita1323951a3264f81be07276f021201bee0d8d0f5
treebff8ebb48453ac24bf1a839fcf2bd1dae8f61e92
parent7142872d2c6e0be42307671afa31016f6940007d
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.
source/printing/print_cups.c