mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #344] Unicode characters turn into "?" when copy/pasted #275
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#275
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 @chriselrod on GitHub (Jun 28, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/344
Operating Systems
Server: Clear Linux Version 30110
Client: Clear Linux Version 30110
Barrier Version
2.1.2, installed with Flatpak
Steps to reproduce bug
μαβσ∈Γδ×.???????. Pasting on the same computer yields the correct result (μαβσ∈Γδ×).Other info
αlooks a lot better thanalpha,∈looks better thanin, etc. It makes copy and pasting code and results between computers difficult. Array sizes automatically print with×, and times in microseconds useμ. So if I run code on one machine, and want to paste into a browser to post online, I have to go back through and fix all the incorrectly pasted unicode. Which I can't do directly in the browser; all Julia text editors and the Julia REPL support LaTeX unicode completions, but internet browsers don't, adding yet another step in the process (I've also disabled mitigations on my fastest machines, so I don't use them to browse the internet).@dregimbal commented on GitHub (Jul 8, 2019):
I am able to correctly copy+paste "μαβσ∈Γδ×" from an Ubuntu server to a Windows 10 client (pasted into Windows Search and the Firefox URL bar), but I do get the question marks copying the same characters from Windows to Linux
@pdecat commented on GitHub (Oct 12, 2019):
Hi, I've tentatively submitted https://github.com/debauchee/barrier/pull/461 that resolves the issue for me with Ubuntu as a server and client.
@Seeker14491 commented on GitHub (May 20, 2020):
This happens to me when copying text between my Windows 7 and Windows 10 computers in either direction.
@shymega commented on GitHub (Aug 31, 2020):
Related to #860.