mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[python] http/1.1 spec says that default codepage is ISO-8859-1.
This commit is contained in:
parent
f13022b36d
commit
ccc7ca3653
@ -129,7 +129,7 @@ get_codepage(char *head)
|
||||
|
||||
none:
|
||||
if (cp_index == -1) {
|
||||
cp_index = get_cp_index("System");
|
||||
cp_index = get_cp_index("ISO-8859-1");
|
||||
}
|
||||
|
||||
return cp_index;
|
||||
|
Loading…
Reference in New Issue
Block a user