diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 15:34:14 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 15:34:14 -0800 |
commit | 6b8cc128f37cd17708479585b43f466abca54ce0 (patch) | |
tree | a2b95fde761f8bc2c3bb6134889e28be32b912db | |
parent | 9fa2e72997b698107b7c5a02e8f03e84e8d8fb74 (diff) | |
download | nasm-6b8cc128f37cd17708479585b43f466abca54ce0.tar.gz nasm-6b8cc128f37cd17708479585b43f466abca54ce0.tar.bz2 nasm-6b8cc128f37cd17708479585b43f466abca54ce0.zip |
changes: document bigendian UTF-16/UTF-32 support
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | doc/changes.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index d6a9977..ed47bec 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -45,6 +45,8 @@ To force a specific form, use the \c{STRICT} keyword, see \k{strict}. \b Add support for x32 ELF (32-bit ELF with the CPU in 64-bit mode.) See \k{elffmt}. +\b Add support for bigendian UTF-16 and UTF-32. See \k{unicode}. + \S{cl-2.09.10} Version 2.09.10 \b Fix up NSIS script to protect uninstaller against registry keys |