aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unicode.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-23 07:56:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-23 07:56:56 +0000
commitf19a0f03eefac77a52687989582a5bcba2e109d3 (patch)
tree3fed6b3b2dfd6230eda1c873b043bb68967a283b /man7/unicode.7
parent66ee0c7e89fe01348878638515edb8b2a51b9a2e (diff)
downloadman-pages-f19a0f03eefac77a52687989582a5bcba2e109d3.tar.gz
ffix
Diffstat (limited to 'man7/unicode.7')
-rw-r--r--man7/unicode.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/unicode.7 b/man7/unicode.7
index 8bd0855734..ae13e0ab60 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -177,7 +177,7 @@ editing, sorting, comparing, normalizing, converting and displaying
Unicode strings.
.SS "Unicode Under Linux"
Under GNU/Linux, the C type
-.B wchar_t
+.I wchar_t
is a signed 32-bit integer type.
Its values are always interpreted
by the C library as
@@ -194,7 +194,7 @@ variables in the ASCII compatible
multi-byte encoding.
To signal the use of UTF-8 as the character
encoding to all applications, a suitable
-.B locale
+.I locale
has to be selected via environment variables (e.g.,
"LANG=en_GB.UTF-8").
.PP
@@ -274,7 +274,7 @@ Markus Kuhn: UTF-8 and Unicode FAQ for Unix/Linux.
http://www.cl.cam.ac.uk/~mgk25/unicode.html
Provides subscription information for the
-.B linux-utf8
+.I linux-utf8
mailing list, which is the best place to look for advice on using
Unicode under Linux.
.RE