X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d74d141c2daed084c8a62c5dc5b88e801b81ee5a..875b193f2f7c9b4168d63a274861c4a1d980c286:/settings.c diff --git a/settings.c b/settings.c index f75bac36..6f7ea9cb 100644 --- a/settings.c +++ b/settings.c @@ -373,7 +373,7 @@ void load_settings(char *section, int do_host, Config * cfg) cfg->wordness[j] = atoi(q); } } - gpps(sesskey, "LineCodePage", "", cfg->line_codepage, + gpps(sesskey, "LineCodePage", "ISO-8859-1:1987", cfg->line_codepage, sizeof(cfg->line_codepage)); gppi(sesskey, "ScrollBar", 1, &cfg->scrollbar); gppi(sesskey, "ScrollOnKey", 0, &cfg->scroll_on_key);