I test the example directory with run_mincss.py
if i use CLI or spyder ( update to 2.2.5) , the script return error .
If i change the css file encoding from utf-8 to cp1252 then it work !!
Is there a way to force python script to load css file as utf-8 ?
spyder internal console
>>> import sys
>>> sys.getdefaultencoding()
'ascii'
>>> import locale
>>> locale.getdefaultlocale()
('fr_FR','cp1252')
Does mincss API already support unicode for any OS python file cache
environnement ?
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.