Date: Fri, 17 Feb 2006 14:50:07 GMT From: Daniel Gerzo <danger@rulez.sk> To: freebsd-doc@FreeBSD.org Subject: Re: docs/93428: Old charset examples in the handbook Message-ID: <200602171450.k1HEo75p026589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/93428; it has been noted by GNATS. From: Daniel Gerzo <danger@rulez.sk> To: bug-followup@FreeBSD.org, martin@gneto.com Cc: Subject: Re: docs/93428: Old charset examples in the handbook Date: Fri, 17 Feb 2006 14:44:29 +0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello Martin, Looks like a nice catch, thank you for your report. I have included the diff that should fix the whole chapter. -- Sincerely, Daniel Gerzo --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" --- /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml Thu Oct 27 07:13:54 2005 +++ /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml.new Fri Feb 17 14:41:38 2006 @@ -183,7 +183,7 @@ <listitem> <para>Language specific single C chars character sets (see &man.multibyte.3;), e.g. - ISO-8859-1, ISO-8859-15, KOI8-R, CP437.</para> + ISO8859-1, ISO8859-15, KOI8-R, CP437.</para> </listitem> <listitem> @@ -276,7 +276,7 @@ encoding:</para> <programlisting>me:\ - :charset=ISO-8859-1:\ + :charset=ISO8859-1:\ :lang=de_DE.ISO8859-1:</programlisting> <indexterm><primary>Traditional Chinese</primary><secondary>BIG-5 encoding</secondary></indexterm> @@ -321,7 +321,7 @@ would look like this:</para> <programlisting>german:German Users Accounts:\ - :charset=ISO-8859-1:\ + :charset=ISO8859-1:\ :lang=de_DE.ISO8859-1:\ :tc=default:</programlisting> @@ -401,12 +401,12 @@ <para>In <filename>/etc/profile</filename>:</para> <programlisting><envar>LANG=de_DE.ISO8859-1; export LANG</envar> -<envar>MM_CHARSET=ISO-8859-1; export MM_CHARSET</envar></programlisting> +<envar>MM_CHARSET=ISO8859-1; export MM_CHARSET</envar></programlisting> <para>Or in <filename>/etc/csh.login</filename>:</para> <programlisting><envar>setenv LANG de_DE.ISO8859-1</envar> -<envar>setenv MM_CHARSET ISO-8859-1</envar></programlisting> +<envar>setenv MM_CHARSET ISO8859-1</envar></programlisting> <para>Alternatively, you can add the above instructions to <filename>/usr/share/skel/dot.profile</filename> (similar to @@ -521,17 +521,17 @@ <tbody> <row> - <entry>ISO-8859-1 or ISO-8859-15</entry> + <entry>ISO8859-1 or ISO8859-15</entry> <entry><literal>cons25l1</literal></entry> </row> <row> - <entry>ISO-8859-2</entry> + <entry>ISO8859-2</entry> <entry><literal>cons25l2</literal></entry> </row> <row> - <entry>ISO-8859-7</entry> + <entry>ISO8859-7</entry> <entry><literal>cons25l7</literal></entry> </row> --ikeVEW9yuYc//A+q--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602171450.k1HEo75p026589>