xSAVIKx/AndroidScreencast

Handle Unicode characters

Closed this issue · 1 comments

Hey, I'm french but when I want to type frenchies characters like 'é' or 'à' it shows a '0'. A good thing to investigate would be to handle characters as Unicode, so no more encoding problems :)

Hi.
Unfortunately right now it's not possible and such functionality will always need client on device.
Moreover you issue is related to #20 and related to ADB input command restrictions :-(
The possible way to solve it - use https://github.com/senzhk/ADBKeyBoard as virtual keyboard on your device.