We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47108f commit 3acbfdbCopy full SHA for 3acbfdb
src/mezz/codec-html-entities.reb
@@ -16,7 +16,7 @@ Rebol [
16
}
17
]
18
19
-html-entities: #(
+html-entities: #[map! [
20
;@@ https://eastmanreference.com/list-of-html-entity-names-and-numbers
21
;-- Punctuation, programming, and other common symbols
22
"lt" #"^(3C)" ; 60 Open tag
@@ -270,7 +270,7 @@ html-entities: #(
270
"zwj" #"^(200D)" ; 8205 Zero width joiner
271
"lrm" #"^(200E)" ; 8206 Left-to-right mark
272
"rlm" #"^(200F)" ; 8207 Right-to-left mark
273
-)
+]]
274
275
any-except-&: complement charset "&"
276
alphanum: charset [#"0" - #"9" #"a" - #"z" #"A" - #"Z"]
0 commit comments