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
chriselrod opened this issue Jun 28, 2019 · 4 comments
Open

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

chriselrod opened this issue Jun 28, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@chriselrod
Copy link

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).
@dregimbal
Copy link

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

@shymega shymega added the bug Something isn't working label Aug 19, 2019
pdecat added a commit to pdecat/barrier that referenced this issue Oct 12, 2019
…ing issues with Unicode characters being replaced by question marks debauchee#344
@pdecat
Copy link

pdecat commented Oct 12, 2019

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

pdecat added a commit to pdecat/barrier that referenced this issue Mar 3, 2020
…ing issues with Unicode characters being replaced by question marks debauchee#344
@Seeker14491
Copy link

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

@shymega
Copy link

shymega commented Aug 31, 2020

Related to #860.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants