-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Tracker issue: Work on UTF-8 support. #860
Comments
So, I am Portuguese and My name is João. I installed Barrier and it never worked because user folder as an ~. I am trying to change user folder name, but it's too dificult... Please change so that barrier can work with those characters... |
Hi, thanks for your comment. You can react to the original post with Thank you. |
Just wanted to further add that this behavior also occurs when pasting from a linux host to a mac osx client (consistently in some apps but not all. Textedit, Firefox, Paste.app seems to process the paste correctly, iMessage however does not. |
Will this address the fact that I cannot type Ǐǐ (i with caron) and ȷ (dotless j) through barrier, or I should create another issue for this? I get Thanks. |
Presumably that's Unicode? if so, yes, it should resolve that.
…On Wed, Apr 21, 2021, at 7:14 AM, Oleksandr Natalenko wrote:
Will this address the fact that I cannot type Ǐǐ (i with caron) and ȷ
(dotless j) through barrier, or I should create another issue for this?
Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#860 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKF2QBW4Y7FIJ5G5BGYFYDTJZUNTANCNFSM4QQAHDZA>.
--
Kind regards,
dom rodriguez (shymega)
|
Well, yes, those symbols are from the Unicode table. Thanks for the answer. |
"Le dollar n√©o-z√©landais ("kiwi") recule de 1,40% √† 0,6923 dollar am√©ricain mardi en fin d‚Äôapr√®s-midi, alors que le gouvernement a d√©cr√©t√© un confinement de 3 jours dans tout le pays." vs "(AOF) - Le dollar néo-zélandais ("kiwi") recule de 1,40% à 0,6923 dollar américain mardi en fin d’après-midi, alors que le gouvernement a décrété un confinement de 3 jours dans tout le pays." this is how it looks like when I copy paste from MacOS Big Sur 11.5.1 to Win10 20H2 via Barrier 2.3.3 (PC is server, Mac is client). Don't know if this helps tracking this issue down... |
This does help, as it gives an example of UTF-8 behaviour. Thank you! 🙌🏻 |
Maybe I am missing something, but suspect after #910 got merged, basically all my UTF-8 issues with dead key went away. My guess is most of the people does not use the builds from master, so maybe it is time for proper release? |
Just adding my 2 cents: I'm trying to run this, but by default it looks for info in my user folder (which has an Á):
As you can see, it prints So, it seems it's not taking every UTF-8 byte into account, diving every 2 byte UTF-8 character into 2 ASCII characters, so maybe the reading of the path is correct, but the saving is wrong? I'll look, but I'm no cpp dev :( |
I have just installed 2.4.0-release-3e0d758b. Running between macOS Montery (server) and macOS Catalina (client). Copy & Paste work well enough (though not always on the first attempt). However Emojis such as 🦧👀🐵🙈 do not copy across. Other unicode characters such as 茶 are OK. Is this the same issue as above? |
I don't know, I work on Input Leap now - Barrier I'm not aware of UTF-8 being resolved yet. |
Currently, Barrier has limited UTF-8 support, and that has led to issues being reported with various languages being processed wrongly.
We need to work on this. I would like to get it in for the v2.4 release, or earlier.
The text was updated successfully, but these errors were encountered: