From: Reuben Thomas Date: Tue, 23 Jan 2018 23:37:40 +0000 (+0000) Subject: Remove ifdeffed-out alias of ‘.’ for ‘RFC 1345’ X-Git-Tag: v3.7~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=908b0b761dadd4dbe852a9d9ffe63620a7eb366e;p=recode Remove ifdeffed-out alias of ‘.’ for ‘RFC 1345’ 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. --- 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"))