1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[python] Default utf-8. Refs #231

This commit is contained in:
Witold Filipczyk 2023-05-05 21:12:10 +02:00
parent bb05445ad5
commit 757c686190

View File

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