LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
725 stars 142 forks source link

It does not support Chinese characters #214

Closed ximury closed 1 year ago

ximury commented 1 year ago

I use noVNC as the client, x11VNC as the server

But after copying through the clipboard, there are many messy codes

image

pdlan commented 1 year ago

AFAIK, x11vnc doesn't support UTF-8 clipboard, so you'd probably have to use some other VNC servers. However, libvncserver, which x11vnc uses, supports it after my PR (https://github.com/LibVNC/libvncserver/pull/468), and I also have a demo for using it with x11vnc (https://github.com/pdlan/x11vnc), you may try it.

ximury commented 1 year ago

Thank you, this solution effectively solves the problem and helps me a lot.