1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[python] http/1.1 spec says that default codepage is ISO-8859-1.

This commit is contained in:
Witold Filipczyk 2021-01-16 21:05:02 +01:00
parent 5e9f38aa03
commit 3fc5c204af

View File

@ -129,7 +129,7 @@ get_codepage(unsigned char *head)
none: none:
if (cp_index == -1) { if (cp_index == -1) {
cp_index = get_cp_index("System"); cp_index = get_cp_index("ISO-8859-1");
} }
return cp_index; return cp_index;