UltraVNC icon indicating copy to clipboard operation
UltraVNC copied to clipboard

UltraVNC viewer do not pass Cyrillic letter "у" to the server

Open mgorchak-blackberry opened this issue 1 year ago • 3 comments

Hi,

UltraVNC viewer do not pass following letter:

'у', XK_Cyrillic_u, hex:0x6d5, dec:1749.

from client to the server, server receives just simple slash '/' character. The rest Ukrainian and most Cyrillic letters what I can test were passed properly.

Thanks!

mgorchak-blackberry avatar Aug 10 '24 00:08 mgorchak-blackberry

Hi,

UltraVNC viewer do not pass following letter:

'у', XK_Cyrillic_u, hex:0x6d5, dec:1749.

from client to the server, server receives just simple slash '/' character. The rest Ukrainian and most Cyrillic letters what I can test were passed properly.

Thanks!

this is not going to be fixed, use TightVNC

mark99i avatar Aug 25 '24 04:08 mark99i

Same problem as the issue #214 using a variable is a std::string in Clipboard.h !!! Not a std::wstring or std::u16string or std::u32string. The code copy extended characters in a string. Like I copy into notepad ANSI.txt file these Test Cyrillic Character '?', XK_Cyrillic_u, hex:0x6d5, dec:1749.

jose94752 avatar Feb 20 '25 09:02 jose94752

Character problem is linked to tickets:

  • https://github.com/ultravnc/UltraVNC/issues/240
  • https://github.com/ultravnc/UltraVNC/issues/214
  • https://github.com/ultravnc/UltraVNC/issues/211
  • https://github.com/ultravnc/UltraVNC/issues/124
  • https://github.com/ultravnc/UltraVNC/issues/72
  • https://github.com/ultravnc/UltraVNC/issues/64
  • https://github.com/ultravnc/UltraVNC/issues/7#issuecomment-1003742782

For me it is linked to keymap.

Neustradamus avatar Feb 26 '25 02:02 Neustradamus