Document UTF-8 conversion better, use "byte" instead of "ASCII"
commite8a092976eefc0a29071d52f671c43aec90160cb
authorH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 06:00:23 +0000 (1 23:00 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 06:00:23 +0000 (1 23:00 -0700)
tree1be334b607b22eb9a5d469d3f8c86488ca9bc356
parent677befc4614e75eb6f8c35c29254d3eebb3d149d
Document UTF-8 conversion better, use "byte" instead of "ASCII"

ASCII specifically refers to characters <= 127, so to use "ASCII" for
literal bytes is really confusing in a multibyte environment.  Give an
example of using Unicode escapes.
doc/nasmdoc.src