Commit 488f74a
committed
Avoid ISO-8859-1 character in fr.po header.
Python 3 gettext can handle arbitrary character sets for the messages
in .mo files, but always tries to decode the header information as
UTF-8. This means that using the French translation fails because it
tries to decode b'Last-Translator: St\xe9phane Raimbault
<[email protected]>' as UTF-8, when that is an ISO-8859-1
string. Fixed by avoiding the accent in that string to make it pure
ASCII. Alternatively, all the remaining non-UTF-8 translations might
reasonably be converted fully to UTF-8.1 parent 68849d9 commit 488f74a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments