From ca5e60c5b813407f9b1470fecf86490a34bcad9a Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Mon, 27 Jul 2020 15:58:18 +1000 Subject: [PATCH] Mention entities left encoded --- README.md | 1 + prebuild.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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")"