File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ This rule disallows the following characters except where the options allow:
3838``` text
3939\u000B - Line Tabulation (\v) - <VT>
4040\u000C - Form Feed (\f) - <FF>
41- \u00A0 - No-Break Space - <NBSP>
4241\u0085 - Next Line - <NEL>
42+ \u00A0 - No-Break Space - <NBSP>
4343\u1680 - Ogham Space Mark - <OGSP>
4444\u180E - Mongolian Vowel Separator - <MVS>
45- \ufeff - Zero Width No-Break Space - <BOM>
4645\u2000 - En Quad - <NQSP>
4746\u2001 - Em Quad - <MQSP>
4847\u2002 - En Space - <ENSP>
@@ -58,8 +57,9 @@ This rule disallows the following characters except where the options allow:
5857\u2028 - Line Separator - <LS> - <LSEP>
5958\u2029 - Paragraph Separator - <PS> - <PSEP>
6059\u202F - Narrow No-Break Space - <NNBSP>
61- \u205f - Medium Mathematical Space - <MMSP>
60+ \u205F - Medium Mathematical Space - <MMSP>
6261\u3000 - Ideographic Space - <IDSP>
62+ \uFEFF - Zero Width No-Break Space - <BOM>
6363```
6464
6565## Options
You can’t perform that action at this time.
0 commit comments