Skip to content
Commit aff186a4 authored by Robert Hoffmann's avatar Robert Hoffmann Committed by Albert Astals Cid
Browse files

VNC client/server clipboard: Use Latin1 encoding

This patch fixes copy/paste between client and server of latin
characters using 8 bits. Characters needing more than one byte
cannot be copied due to a VNC protocol limitation.

The VNC (RFB) protocol does not support clipboard operations between
client and server using UTF-8, only ISO-8859-1 (Latin1).

Test: Copy/paste some latin characters with accents, umlauts, etc.
between client and server.
parent 159e813c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment