Mention entities left encoded

This commit is contained in:
Wilson Lin 2020-07-27 15:58:18 +10:00
parent ab415ae0fb
commit ca5e60c5b8
2 changed files with 1 additions and 2 deletions

View File

@ -449,6 +449,7 @@ Spaces are removed between attributes if possible.
### Entities
Entities are decoded if valid (see relevant parsing section) and their decoded characters as UTF-8 is shorter or equal in length.
Some entities are longer decoded than encoded, so they're left encoded.
Numeric entities that do not refer to a valid [Unicode Scalar Value](https://www.unicode.org/glossary/#unicode_scalar_value) are replaced with the [replacement character](https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character).

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
# Actions to take before initial or release build of main Rust library.
set -e
pushd "$(dirname "$0")"