You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ The Unicode Consortium published a [general punctuation chart](http://www.unicod
242
242
|`''`| U+FEFF (Byte Order Mark - BOM) | has the important property of unambiguity on byte reorder. It is also zerowidth, and invisible. In non-complying software (like the PHP interpreter) this leads to all sorts of fun behaviour. |
243
243
|`''`| '\\uFFEF' Reversed Byte Order Mark (BOM) | does not equate to a legal character, other than the beginning of text. |
244
244
|`''`| '\\u200B' zero-width non-break space | (a character with no appearance and no effect other than preventing the formation of ligatures). |
245
-
|`' '`| U+00A0 NO-BREAK SPACE | force adjacent characters to stick together. Well known as in HTML. |
245
+
|`' '`| U+00A0 NO-BREAK SPACE | force adjacent characters to stick together. Well known as ` ` in HTML. |
246
246
|`''`| U+00AD SOFT HYPHEN | (in HTML: ) like ZERO WIDTH SPACE, but show a hyphen if (and only if) a break occurs. |
247
247
|`''`| U+200D ZERO WIDTH JOINER | force adjacent characters to be joined together (e.g., arabic characters or supported emoji). Can be used this to compose sequentially combined emoji. |
248
248
|`''`| U+2060 WORD JOINER | the same as U+00A0, but completely invisible. Good for writing @font-face on Twitter. |
0 commit comments