python - Pyhook UTF-8 issue -


i'm making python app triggers action when print screen key pressed. i'm using pyhook library. however, every time press character written language of country (ãíé , others) doubling characters . example : ~~a ''e ''i , causing problems in normal user written use. there way fix ?

try add line:

# -* - coding: utf-8 -* -


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -