mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1226] Non-ASCII characters replaced with ? when pasting text #989
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#989
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NicolasGoeddel on GitHub (Jul 13, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1226
Describe the bug
When copy-pasting text consisting of non-ASCII characters the characters will be replaced by
?. This happens in most of the application but not all. I can for example copy anüon Ubuntu-1 and pasting it into VSCode on Ubuntu-2 without a problem. But when I try to paste it into gedit I only get a?out of it.To Reproduce
Steps to reproduce the behavior:
üon machine 1 and paste it in machine 2.?instead of aü.Expected behavior
When pasting special characters it should just work.
Desktop (please complete the following information):
Additional context
I already reported that issue to Synergy. Maybe you can find the solution there already. I am not sure: https://github.com/symless/synergy-core/issues/6660
I think there is a difference between GTK2 and GTK3 applications. Maybe that can help you.
@torusJKL commented on GitHub (Jul 25, 2021):
This also reproduces with a Windows 10 machine as the client (2.3.3-release-3395cca9) and Ubuntu 20.04 (snap 2.3.3-2-gbbd1accb) as the server.
@cameraman-pritam commented on GitHub (Aug 13, 2021):
I was also with the same problem .
@NicolasGoeddel commented on GitHub (Oct 6, 2021):
Looks like this was already fixed with this commit:
cad92e89d0Now waiting for the next release :-)
@NicolasGoeddel commented on GitHub (Oct 6, 2021):
Seems also to be a duplicate of https://github.com/debauchee/barrier/issues/344