public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: myllynen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	linux-man <linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Lefteris Dimitroulakis <edimitro-6VGm6rrshF0@public.gmane.org>
Subject: Re: [PATCH] iso_8859-5.7: charset pages unification, minor cleanups
Date: Wed, 01 Oct 2014 11:22:56 +0200	[thread overview]
Message-ID: <542BC7F0.4060809@gmail.com> (raw)
In-Reply-To: <542A8628.6070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

On 09/30/2014 12:30 PM, Marko Myllynen wrote:
> - adjust references
> - remove stray comments
> - cosmetics

Thanks, Marko. Patch fixed and applied (for the moment, in 
a local branch).

Cheers,

Michael




> ---
>  man7/iso_8859-5.7 |   26 ++++++++++++++------------
>  1 files changed, 14 insertions(+), 12 deletions(-)
> 
> diff --git a/man7/iso_8859-5.7 b/man7/iso_8859-5.7
> index e68deca..7159864 100644
> --- a/man7/iso_8859-5.7
> +++ b/man7/iso_8859-5.7
> @@ -29,7 +29,8 @@ and hexadecimal
>  .SH DESCRIPTION
>  The ISO 8859 standard includes several 8-bit extensions to the ASCII
>  character set (also known as ISO 646-IRV).
> -ISO 8859-5 encodes the Cyrillic alphabet as used in Russian and Macedonian.
> +ISO 8859-5 encodes the
> +Cyrillic characters used in many East European languages.
>  .SS ISO 8859 alphabets
>  The full set of ISO 8859 alphabets includes:
>  .TS
> @@ -55,15 +56,13 @@ The following table displays the characters in ISO 8859-5, which
>  are printable and unlisted in the
>  .BR ascii (7)
>  manual page.
> -.\" The fourth column will only show the proper glyphs
> -.\" in an environment configured for ISO 8859-5.
>  .TS
>  l l l c lp-1.
>  Oct	Dec	Hex	Char	Description
>  _
>  240	160	A0	 	NO-BREAK SPACE
>  241	161	A1	Ё	CYRILLIC CAPITAL LETTER IO
> -242	162	A2	Ђ	CYRILLIC CAPITAL LETTER DJE (Serbocroatian)
> +242	162	A2	Ђ	CYRILLIC CAPITAL LETTER DJE
>  243	163	A3	Ѓ	CYRILLIC CAPITAL LETTER GJE
>  244	164	A4	Є	CYRILLIC CAPITAL LETTER UKRAINIAN IE
>  245	165	A5	Ѕ	CYRILLIC CAPITAL LETTER DZE
> @@ -72,14 +71,14 @@ CYRILLIC CAPITAL LETTER
>  .br
>  BYELORUSSIAN-UKRAINIAN I
>  T}
> -247	167	A7	Ї	CYRILLIC CAPITAL LETTER YI (Ukrainian)
> +247	167	A7	Ї	CYRILLIC CAPITAL LETTER YI
>  250	168	A8	Ј	CYRILLIC CAPITAL LETTER JE
>  251	169	A9	Љ	CYRILLIC CAPITAL LETTER LJE
>  252	170	AA	Њ	CYRILLIC CAPITAL LETTER NJE
> -253	171	AB	Ћ	CYRILLIC CAPITAL LETTER TSHE (Serbocroatian)
> +253	171	AB	Ћ	CYRILLIC CAPITAL LETTER TSHE
>  254	172	AC	Ќ	CYRILLIC CAPITAL LETTER KJE
>  255	173	AD	­	SOFT HYPHEN
> -256	174	AE	Ў	CYRILLIC CAPITAL LETTER SHORT U (Byelorussian)
> +256	174	AE	Ў	CYRILLIC CAPITAL LETTER SHORT U
>  257	175	AF	Џ	CYRILLIC CAPITAL LETTER DZHE
>  260	176	B0	А	CYRILLIC CAPITAL LETTER A
>  261	177	B1	Б	CYRILLIC CAPITAL LETTER BE
> @@ -147,21 +146,24 @@ T}
>  357	239	EF	я	CYRILLIC SMALL LETTER YA
>  360	240	F0	№	NUMERO SIGN
>  361	241	F1	ё	CYRILLIC SMALL LETTER IO
> -362	242	F2	ђ	CYRILLIC SMALL LETTER DJE (Serbocroatian)
> +362	242	F2	ђ	CYRILLIC SMALL LETTER DJE
>  363	243	F3	ѓ	CYRILLIC SMALL LETTER GJE
>  364	244	F4	є	CYRILLIC SMALL LETTER UKRAINIAN IE
>  365	245	F5	ѕ	CYRILLIC SMALL LETTER DZE
>  366	246	F6	і	CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
> -367	247	F7	ї	CYRILLIC SMALL LETTER YI (Ukrainian)
> +367	247	F7	ї	CYRILLIC SMALL LETTER YI
>  370	248	F8	ј	CYRILLIC SMALL LETTER JE
>  371	249	F9	љ	CYRILLIC SMALL LETTER LJE
>  372	250	FA	њ	CYRILLIC SMALL LETTER NJE
> -373	251	FB	ј	CYRILLIC SMALL LETTER TSHE (Serbocroatian)
> +373	251	FB	ј	CYRILLIC SMALL LETTER TSHE
>  374	252	FC	ќ	CYRILLIC SMALL LETTER KJE
>  375	253	FD	§	SECTION SIGN
> -376	254	FE	ў	CYRILLIC SMALL LETTER SHORT U (Byelorussian)
> +376	254	FE	ў	CYRILLIC SMALL LETTER SHORT U
>  377	255	FF	џ	CYRILLIC SMALL LETTER DZHE
>  .TE
>  .SH SEE ALSO
>  .BR ascii (7),
> -.BR koi8-r (7)
> +.BR charsets (7),
> +.BR koi8-r (7),
> +.BR koi8-u (7),
> +.BR utf-8 (7)
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2014-10-01  9:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 10:30 [PATCH] iso_8859-5.7: charset pages unification, minor cleanups Marko Myllynen
     [not found] ` <542A8628.6070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-10-01  9:22   ` Michael Kerrisk (man-pages) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=542BC7F0.4060809@gmail.com \
    --to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=edimitro-6VGm6rrshF0@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=myllynen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox