Skip to content
Snippets Groups Projects
Commit f4936de7 authored by Jon Turney's avatar Jon Turney
Browse files

hw/xwin: Remove nounicodeclipboard option

Always use CF_UNICODETEXT clipboard format.  Windows will automatically
down-convert to CF_TEXT for clients which request that.

This is subtly different in one way: if CF_TEXT is requested, we now
post CF_UNICODETEXT and it is converted to CF_TEXT *in the locale of the
requesting process*.  Previously, we would convert to CF_TEXT *in our
locale* and post that.

It looks like the code in the !X_HAVE_UTF8_STRING case didn't actually
work correctly, but fortunately that has never been true...
parent 9f51dfde
No related branches found
No related tags found
1 merge request!405hw/xwin clipboard updates
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment