Enrico Forestieri 48a065e89e Always use utf-8 in scripts with Python3
In order to perform a conversion of graphic format LyX generates
a python script containing the path of the original file to convert.
While Python2 needs the file in the native encoding of the OS, in
Python3 the encoding has to strictly be how announced by the first
line of a script, in our case utf-8.
2024-01-25 10:17:23 +01:00
..
2020-11-29 15:27:28 +02:00
2020-11-29 00:25:14 +02:00
2024-01-04 18:44:33 +01:00