diff --git a/README.md b/README.md index 2885e9b..69dda24 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/prebuild.sh b/prebuild.sh index c3bb6b5..dc573f2 100644 --- a/prebuild.sh +++ b/prebuild.sh @@ -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")"