openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

Bugfix: Fix utf-8 encoding command sending #77

Closed EveryTian closed 1 year ago

EveryTian commented 1 year ago

Some UTF-8 characters' length is not 1 Need calculate length of byes first

EveryTian commented 1 year ago

Like this:

image

codeskyblue commented 1 year ago

Thanks