adb-enhanced
adb-enhanced copied to clipboard
`adbe input-text` should support unicode characters
Currently, it does not support Unicode characters and fails. See https://stackoverflow.com/questions/14224549/adb-shell-input-unicode-character for how to go abut it.
This might be blocked by https://github.com/docopt/docopt/pull/220
@ashishb I have started working on this PR to support unicode characters in adbe input-text
. My plan is:
- Decode the input text to UTF-8 in the input_text() method of adb_enhanced.py
- Send the UTF-8 encoded bytes to adb using adb_helper.execute_adb_shell_command()
This should allow adbe input-text
to support unicode characters. Give me a minute!
I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!