From 908b0b761dadd4dbe852a9d9ffe63620a7eb366e Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 23 Jan 2018 23:37:40 +0000 Subject: [PATCH] =?utf8?q?Remove=20ifdeffed-out=20alias=20of=20=E2=80=98.?= =?utf8?q?=E2=80=99=20for=20=E2=80=98RFC=201345=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Although we will probably not implement ‘.’ to mean “guess the charset” as suggested in the comment, there’s also no reason to have a catch-all alias for RFC 1345 now, when iconv would be a better choice. --- src/outer.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/outer.c b/src/outer.c index 909d423..c8f5745 100644 --- a/src/outer.c +++ b/src/outer.c @@ -435,11 +435,6 @@ register_all_modules (RECODE_OUTER outer) alias->symbol->type = RECODE_DATA_SURFACE; outer->cr_surface = alias->symbol; -#if 0 - /* `.' might be later used for asking recode to guess the charset. */ - if (!declare_alias (outer, ".", "RFC 1345")) - return false; -#endif if (!declare_alias (outer, "ASCII", "ANSI_X3.4-1968")) return false; if (!declare_alias (outer, "BS", "ASCII-BS")) -- 2.40.0