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.
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"))