summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-08 16:54:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-08 16:54:03 -0700
commitcf948a39045dda3ef0028ed0f5d9187238642f39 (patch)
tree6f2de9239f2f6ce640f2825c99e5939ba3a99fc4
parentcb40e8a01046a0a29b35846a6d553804c5162c00 (diff)
downloadnasm-cf948a39045dda3ef0028ed0f5d9187238642f39.tar.gz
doc: Index Unicode and UTF-8
Add Unicode and UTF-8 to the index
-rw-r--r--doc/nasmdoc.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 3b936fd9..114da25f 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -202,7 +202,9 @@ Object File Format
\IR{test subdirectory} \c{test} subdirectory
\IR{tlink} \c{TLINK}
\IR{underscore, in c symbols} underscore, in C symbols
+\IR{unicode} Unicode
\IR{unix} Unix
+\IR{utf-8} UTF-8
\IA{sco unix}{unix, sco}
\IR{unix, sco} Unix, SCO
\IA{unix source archive}{unix, source archive}
@@ -1431,8 +1433,8 @@ All other escape sequences are reserved. Note that \c{\\0}, meaning a
\c{NUL} character (ASCII 0), is a special case of the octal escape
sequence.
-Unicode characters specified with \c{\\u} or \c{\\U} are converted to
-UTF-8. For example, the following lines are all equivalent:
+\i{Unicode} characters specified with \c{\\u} or \c{\\U} are converted to
+\i{UTF-8}. For example, the following lines are all equivalent:
\c db `\u263a` ; UTF-8 smiley face
\c db `\xe2\x98\xba` ; UTF-8 smiley face