From 22956078a61d0abb02fab2ef01c872a685f60e22 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 May 2006 19:19:25 +0000 Subject: [PATCH] (Coding Systems): Mention the undecided-* coding systems and their aliases. --- man/mule.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/mule.texi b/man/mule.texi index b4076dde031..c2f789ec800 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -679,6 +679,13 @@ predictable. For example, the coding system @code{iso-latin-1} has variants @code{iso-latin-1-unix}, @code{iso-latin-1-dos} and @code{iso-latin-1-mac}. +@cindex @code{undecided}, coding system + The coding systems @code{unix}, @code{dos}, and @code{mac} are +aliases for @code{undecided-unix}, @code{undecided-dos}, and +@code{undecided-mac}, respectively. These coding systems specify only +the end-of-line conversion, and leave the character code conversion to +be deduced from the text itself. + The coding system @code{raw-text} is good for a file which is mainly @acronym{ASCII} text, but may contain byte values above 127 which are not meant to encode non-@acronym{ASCII} characters. With -- 2.39.5