Skip to content

Commit 4310373

Browse files
authored
Merge pull request #3 from adamchainz/patch-1
Add missing nbsp; code
2 parents b1f1c42 + 7bfc27f commit 4310373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The Unicode Consortium published a [general punctuation chart](http://www.unicod
242242
| `''` | 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. |
243243
| `'￯'` | '\\uFFEF' Reversed Byte Order Mark (BOM) | does not equate to a legal character, other than the beginning of text. |
244244
| `'​'` | '\\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. |
246246
| `'­'` | U+00AD SOFT HYPHEN | (in HTML: ­) like ZERO WIDTH SPACE, but show a hyphen if (and only if) a break occurs. |
247247
| `'‍'` | 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. |
248248
| `'⁠'` | U+2060 WORD JOINER | the same as U+00A0, but completely invisible. Good for writing @font-face on Twitter. |

0 commit comments

Comments
 (0)