Skip to content

bingwei/inputchineseviaadb

Repository files navigation

inputchineseviaadb

Input unicode text via adb and then convert to Chinese characters

1. It needs to install "Input Unicode" apk first.
2. And then use this apk to convert unicode to encoded characters
3. finally, the encoded characters will be saved in clipboard

####Usage

>>> import os
>>> os.chdir("pyscript")
>>> import utils
>>> test_text = u"test: eng 123 黑色"
>>> utils.get_encoded_character(test_text)

####Example

python pyscript/testScript.py

====================

image

####Version History

Nov 20, 2012 - 1.0 First public release

About

Input unicode text via adb and then convert to Chinese characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published