Julio Biason .Me 4.3
Old school dev living in a 2.0 dev world
English
Português
Tags (EN)
Tags (PT)
Python
2021-03-05
#python
#file
#encoding
Getting the encoding of a file
with
open
('
filename
')
as
origin:
return
origin.encoding