BenjiLee/PoloniexAnalyzer

Font coding

Closed this issue · 1 comments

What is the correct font coding for Brazilian Portuguese?

I'm using

#!/usr/bin/env python
# -*- coding: ISO-8859-1 -*-

But the result is being this:

GetChangeOverTime
Fun├º├úo p├║blica: Retorna a mudan├ºa da porcentagem em uma s├®rie de
períodos de tempo para moedas que excedam um volume mínimo

All accents like é, á, â, etc are becoming Ansii...

latin-1 is also not working.

Best regards!

Not sure how to do it with # -*- coding: ISO-8859-1 -*- but another way to type those characters is to use unicode.

I'm not too knowledge in the subject but here is a nice tutorial about it https://nedbatchelder.com/text/unipain.html

Closing this issue as it is unrelated to the repo.