mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
doc: Index Unicode and UTF-8
Add Unicode and UTF-8 to the index
This commit is contained in:
parent
cb40e8a010
commit
cf948a3904
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user