mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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…
x
Reference in New Issue
Block a user