0
Can python read or write UTF-8 files directly?
I mean is there an argument in the method to determine file encoding? Or we have to use binary mode?
1 Respuesta
- 1
Python can do that.
When you read or write utf-8 txt file, it would be utf-8.
There are many info about this, Google "open txt files python".