aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unicode.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-02-24 19:02:18 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-02-24 19:02:18 +0100
commit73d8cece72d29f0719459d6a6a0946b91d5368a2 (patch)
tree0c21299f7aaca0163f747997957bd05cad25bd41 /man7/unicode.7
parent47297adb6e8cc25a8bc44b5dab2bdf65a9176287 (diff)
downloadman-pages-73d8cece72d29f0719459d6a6a0946b91d5368a2.tar.gz
intro.1, time.1, _syscall.2, accept.2, capget.2, clone.2, execve.2, fcntl.2, intro.2, ioctl_list.2, ioprio_set.2, kill.2, mlock.2, nanosleep.2, perf_event_open.2, select.2, stat.2, times.2, ustat.2, vfork.2, wait.2, cfree.3, dbopen.3, dlopen.3, fenv.3, fmtmsg.3, gamma.3, getaddrinfo.3, gethostbyname.3, getnameinfo.3, getspnam.3, login.3, printf.3, regex.3, stdio.3, sysconf.3, termios.3, ttyslot.3, undocumented.3, wordexp.3, console_codes.4, initrd.4, mouse.4, random.4, st.4, tty_ioctl.4, wavelan.4, charmap.5, dir_colors.5, hosts.5, termcap.5, armscii-8.7, boot.7, bootparam.7, capabilities.7, charsets.7, ddp.7, futex.7, glob.7, ipv6.7, iso_8859-1.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7, man.7, numa.7, path_resolution.7, pipe.7, posixoptions.7, pthreads.7, pty.7, rtnetlink.7, signal.7, time.7, udp.7, udplite.7, unicode.7, uri.7, utf-8.7: G;lobal fix: remove unneeded double quotes in .SS headings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unicode.7')
-rw-r--r--man7/unicode.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/unicode.7 b/man7/unicode.7
index 64fcdf3391..56513944f4 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -115,7 +115,7 @@ classic
character set and the characters in the range 0x0000 to 0x00ff
are identical to those in
.BR "ISO 8859-1 Latin-1" .
-.SS "Combining characters"
+.SS Combining characters
Some code points in
.B UCS
have been assigned to
@@ -136,7 +136,7 @@ followed by a "combining diaeresis": 0x0041 0x0308.
Combining characters are essential for instance for encoding the Thai
script or for mathematical typesetting and users of the International
Phonetic Alphabet.
-.SS "Implementation levels"
+.SS Implementation levels
As not all systems are expected to support advanced mechanisms like
combining characters, ISO 10646-1 specifies the following three
.I implementation levels
@@ -175,7 +175,7 @@ various characters.
They provide guidelines and algorithms for
editing, sorting, comparing, normalizing, converting and displaying
Unicode strings.
-.SS "Unicode under Linux"
+.SS Unicode under Linux
Under GNU/Linux, the C type
.I wchar_t
is a signed 32-bit integer type.
@@ -221,7 +221,7 @@ by some UTF-8 terminal emulators and ISO 10646 fonts (level 2), but in
general precomposed characters should be preferred where available
(Unicode calls this
.BR "Normalization Form C" ).
-.SS "Private area"
+.SS Private area
In the
.BR BMP ,
the range 0xe000 to 0xf8ff will never be assigned to any characters by