+ 1
Which one is valid ?
To declare that Windows-1252 encoding is to be used, the first line of your source code file should be: # -*- coding: cp1252 -*- with comment -*- coding: cp1252 -*- without comment
1 ответ
To declare that Windows-1252 encoding is to be used, the first line of your source code file should be: # -*- coding: cp1252 -*- with comment -*- coding: cp1252 -*- without comment