bk138 / droidVNC-NG

VNC server app for Android that does not require root privileges.
GNU General Public License v2.0
1.37k stars 200 forks source link

Add UTF-8 clipboard support #234

Open master255 opened 2 months ago

master255 commented 2 months ago

@bk138 The application supports English language only. How to transfer (via clipboard or keyboard) another language? Other languages are transmitted with errors. We need to add support for other languages.

bk138 commented 2 months ago

re #106, re https://github.com/LibVNC/libvncserver/pull/561, re https://github.com/LibVNC/libvncserver/issues/592

bk138 commented 2 months ago

@master255 which client are you using? This issue will be about clipboard only, let's handle keyboard in a different one.

master255 commented 2 months ago

@bk138 I am using the built-in web novnc client from the latest version 2.6.0. Ok