aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unicode.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-10-03 06:06:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-10-03 06:06:31 +0000
commit26b2443ef7eef3186b67a6926dc43db8ee5e27e0 (patch)
treedb0b448889d4d1f9a671e28c7696b29f0fc0025e /man7/unicode.7
parent350038ffb0495694d20cd1309cf75f749955b0fb (diff)
downloadman-pages-26b2443ef7eef3186b67a6926dc43db8ee5e27e0.tar.gz
s/C 99/C99/
Diffstat (limited to 'man7/unicode.7')
-rw-r--r--man7/unicode.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unicode.7 b/man7/unicode.7
index ae13e0ab60..73984560e5 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -185,7 +185,7 @@ by the C library as
code values (in all locales), a convention that is signaled by the GNU
C library to applications by defining the constant
.B __STDC_ISO_10646__
-as specified in the ISO C 99 standard.
+as specified in the ISO C99 standard.
UCS/Unicode can be used just like ASCII in input/output streams,
terminal communication, plaintext files, filenames, and environment
@@ -259,7 +259,7 @@ A good reference book about the C programming language.
The fourth
edition covers the 1994 Amendment 1 to the ISO C 90 standard, which
adds a large number of new C library functions for handling wide and
-multi-byte character encodings, but it does not yet cover ISO C 99,
+multi-byte character encodings, but it does not yet cover ISO C99,
which improved wide and multi-byte character support even further.
.TP
*