Cleanup code for copy/paste of text
authorLars Knoll <lars.knoll@nokia.com>
Sun, 29 May 2011 19:20:28 +0000 (21:20 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Mon, 30 May 2011 12:44:13 +0000 (14:44 +0200)
commitf190d39197e10caea7657dba04b58f254bddad0a
tree2e263c73fe5ae9b1139f5024ed2a3368b6b376c0
parentab74e89f5f66fdb78cbeb0707be4b159fa56b64c
Cleanup code for copy/paste of text

Remove support for COMPOUND_TEXT. All apps should
these days support UTF8_STRING. If not they'll have to live
with STRING or TEXT.

ICCCM states that TEXT is in the encoding of choice. Make this
latin1 instead of local8bit. XA_STRING is defined to be latin1,
so don't use local8bit here neither.
src/plugins/platforms/xcb/qxcbclipboard.cpp
src/plugins/platforms/xcb/qxcbconnection.cpp
src/plugins/platforms/xcb/qxcbconnection.h
src/plugins/platforms/xcb/qxcbmime.cpp