diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 17:43:32 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 17:43:32 -0400 |
commit | a99c98470e351ebc235c704f6458bb303181257e (patch) | |
tree | b3c095ce8251e11d8a060d839e228ef69bb36783 /doc | |
parent | a329a85cdfbc82790d61d64a651ee357295606d1 (diff) | |
download | nasm-a99c98470e351ebc235c704f6458bb303181257e.tar.gz nasm-a99c98470e351ebc235c704f6458bb303181257e.tar.bz2 nasm-a99c98470e351ebc235c704f6458bb303181257e.zip |
changes: it's not just invalid UTF-8 sequences that are affected...
It isn't just invalid UTF-8 sequences that are affected; it is in fact
any high-bit bytes (we don't ever try to construct UTF-8 characters,
just deconstruct them.)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.src b/doc/changes.src index df96ebc..25b0b5c 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -37,8 +37,8 @@ since 2007. \b Support for 64-bit Mach-O output, see \k{machofmt}. -\b Fix assert failure on certain operations that involve high-bit - characters that don't form valid UTF-8 sequences. +\b Fix assert failure on certain operations that involve strings with + high-bit bytes. \S{cl-2.06} Version 2.06 |