Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode characters turn into "?" when copy/pasted #344

Open
ghost opened this issue Nov 4, 2021 · 0 comments
Open

Unicode characters turn into "?" when copy/pasted #344

ghost opened this issue Nov 4, 2021 · 0 comments
Labels
barrier-import Imported from Barrier - likely outdated. bug Something isn't working

Comments

@ghost
Copy link

ghost commented Nov 4, 2021

This issue has been migrated from old Barrier Github repository debauchee/barrier#344

Issue created on: 2019-06-28 by @chriselrod
Issue last updated on: 2020-08-31

Operating Systems

Server: Clear Linux Version 30110
Client: Clear Linux Version 30110

Barrier Version

2.1.2, installed with Flatpak

Steps to reproduce bug

  1. Copy unicode characters. Eg, μαβσ∈Γδ×.
  2. Paste on a different computer. Each character is replaced with a question mark: ???????. Pasting on the same computer yields the correct result (μαβσ∈Γδ×).

Other info

  • As far as I know, this problem always occurs.
  • The workaround is to avoid unicode. I like using unicode with Julia, and α looks a lot better than alpha, looks better than in, 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).

Commented on: 2019-07-08 by @dregimbal

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


Commented on: 2019-10-12 by @pdecat

Hi, I've tentatively submitted debauchee/barrier#461 that resolves the issue for me with Ubuntu as a server and client.


Commented on: 2020-05-20 by @Seeker14491

This happens to me when copying text between my Windows 7 and Windows 10 computers in either direction.


Commented on: 2020-08-31 by @shymega

Related to #860.

@ghost ghost added the bug Something isn't working label Nov 10, 2021
@shymega shymega added the barrier-import Imported from Barrier - likely outdated. label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barrier-import Imported from Barrier - likely outdated. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant