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

Swedish letters aren't showing up properly while writing #557

Closed
Dyras opened this issue May 26, 2019 · 9 comments
Closed

Swedish letters aren't showing up properly while writing #557

Dyras opened this issue May 26, 2019 · 9 comments

Comments

@Dyras
Copy link

Dyras commented May 26, 2019

Greetings! I've just started using scrcpy and it's a gift from God, honest! Thanks so much for making it!

However, ÅÄÖ/åäö aren't showing up properly while writing.

"Ä/ä" and "Ö/ö" come out as "A/a" and "O/o", respectively
"Å/å" isn't showing at all

Swedish keyboard
Windows 10 Pro N on Windows Insider

Copy pasting a sentence containing ä and ö results in the copied text having a and o instead. å seems to block the copying entirely.

Example messages:

Jag bor i Åkersberga
Vad äter vi ikväll?
Övriga utvecklare är inte lika bra som dig

@Plandercozeron
Copy link

Plandercozeron commented May 27, 2019

Ubuntu 18.10 with en_DK region (Denmark - English) and english locale
Pasted "Ä/ä" and "Ö/ö" correctly on:
Samsung Galaxy A5 (SM-A500F) Android 6.0.1
Samsung Galaxy A6 (SM-A600FN) Android 8.0.0

But couldn't paste "Å/å" too

@rom1v
Copy link
Collaborator

rom1v commented May 27, 2019

However, ÅÄÖ/åäö aren't showing up properly while writing.

Unfortunately, that's expected. Android only supports injecting ASCII chars: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-text-input

"Ä/ä" and "Ö/ö" come out as "A/a" and "O/o", respectively

Some accents are managed via combining diacritical dead key characters. But this does not work correctly with all keyboards: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-accented-characters

å seems to block the copying entirely.

Since #542, it will ignore unsupported characters instead of blocking the remaining.

@boype
Copy link

boype commented Jun 13, 2019

I have the same problem with the German special characters öäüÖÄÜ. They appear as ¨o¨a¨u and so on.

@npes87184
Copy link
Contributor

I have the same problem with the German special characters öäüÖÄÜ. They appear as ¨o¨a¨u and so on.

Try to use scrcpy v1.9 with shortcut ctrl + shift + v, which will copy computer's clipboard to device's.

If you want to type in computer and write on device directly.

You can refer to ADBKeyBoard or SocketIME.

@boype
Copy link

boype commented Jun 16, 2019

You can refer to ADBKeyBoard or SocketIME.

ADBKeyBoard works like a charm, thanks!

@pabloab
Copy link

pabloab commented Sep 25, 2019

Probably duplicate of #214 (also #37, #431 and others).

@niikoo
Copy link

niikoo commented Dec 18, 2019

Same issue with Norwegian

@rom1v
Copy link
Collaborator

rom1v commented Apr 9, 2020

Closing as duplicate of #37.

@rom1v rom1v closed this as completed Apr 9, 2020
@rom1v
Copy link
Collaborator

rom1v commented May 25, 2020

Please test #1426 (works on Android >= 7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants