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:
parent
bb05445ad5
commit
757c686190
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user