From 075857e21446b18534771561286935107121ef37 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 14 Sep 2021 13:10:46 +1000 Subject: [PATCH] Correct bom from U+FFEF to U+FEFF --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 0ecac35..8e0f703 100644 --- a/SPEC.md +++ b/SPEC.md @@ -466,7 +466,7 @@ newline := See Table (All line-break white_space) ws := bom | unicode-space | multi-line-comment -bom := '\u{FFEF}' +bom := '\u{FEFF}' unicode-space := See Table (All White_Space unicode characters which are not `newline`)