]> granicus.if.org Git - recode/commitdiff
Remove ifdeffed-out alias of ‘.’ for ‘RFC 1345’
authorReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 23:37:40 +0000 (23:37 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 23:37:40 +0000 (23:37 +0000)
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

index 909d423f7be287e60fcb4de825a26abb075cd753..c8f5745ae1bf2e35b679612d904391ffdb70d6ff 100644 (file)
@@ -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"))