From: H. Peter Anvin Date: Wed, 15 Jul 2009 21:43:32 +0000 (-0400) Subject: changes: it's not just invalid UTF-8 sequences that are affected... X-Git-Tag: nasm-2.11.05~879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a99c98470e351ebc235c704f6458bb303181257e;p=platform%2Fupstream%2Fnasm.git 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 --- 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