From 77c11540be556d42244d3a43cd03c99ad880891a Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 4 May 2011 21:58:12 +0200 Subject: replaced iso8859-1 with cp1252 in junklib --- junklib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'junklib.c') diff --git a/junklib.c b/junklib.c index f1fda819..5ee58edb 100644 --- a/junklib.c +++ b/junklib.c @@ -3365,7 +3365,7 @@ junk_detect_charset (const char *s) { if (can_be_russian (s)) { return "cp1251"; } - return "iso8859-1"; + return "cp1252"; } int -- cgit v1.2.3