Open rndev-io opened 8 years ago
what is the problem in UTF decoding ?? can you explain me?
I believe we need to declare UTF 8 encoding in the header for Python 2. http://stackoverflow.com/questions/6289474/working-with-utf-8-encoding-in-python-source
from future import unicode_literals can we use this for solution??
Try -- coding: utf-8 -- On top of the modules
On Thu, 22 Dec 2016, 13:58 Harsh Shah, notifications@github.com wrote:
from future import unicode_literals can we use this for solution??
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/OrkoHunter/ping-me/issues/15#issuecomment-268746049, or mute the thread https://github.com/notifications/unsubscribe-auth/AHsTeTv5ELMpbO_H_1dz7bY5-G90acrjks5rKjSpgaJpZM4GzXLN .
-- Himanshu Mishra Third Year Undergraduate Mathematics and Computing IIT Kharagpur http://orkohunter.net
ya, that i can do. can i add this line in ping.py file is that okay?
Yes that'd be okay. You may add it in all the modules.
On Thu, 22 Dec 2016, 14:03 Harsh Shah, notifications@github.com wrote:
ya, that i can do. can i add this line in ping.py file is that okay?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OrkoHunter/ping-me/issues/15#issuecomment-268746902, or mute the thread https://github.com/notifications/unsubscribe-auth/AHsTeWK7g-T8yUsan4Nl3mIRo4qwhtW_ks5rKjXagaJpZM4GzXLN .
-- Himanshu Mishra Third Year Undergraduate Mathematics and Computing IIT Kharagpur http://orkohunter.net
when i add task on russian language