Skip to content

Commit

Permalink
Merge pull request #3 from adamchainz/patch-1
Browse files Browse the repository at this point in the history
Add missing nbsp; code
  • Loading branch information
jagracey authored Jun 16, 2016
2 parents b1f1c42 + 7bfc27f commit 4310373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The Unicode Consortium published a [general punctuation chart](http://www.unicod
| `''` | 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. |
| `'￯'` | '\\uFFEF' Reversed Byte Order Mark (BOM) | does not equate to a legal character, other than the beginning of text. |
| `'​'` | '\\u200B' zero-width non-break space | (a character with no appearance and no effect other than preventing the formation of ligatures). |
| `' '` | U+00A0 NO-BREAK SPACE | force adjacent characters to stick together. Well known as   in HTML. |
| `' '` | U+00A0 NO-BREAK SPACE | force adjacent characters to stick together. Well known as ` `  in HTML. |
| `'­'` | U+00AD SOFT HYPHEN | (in HTML: ­) like ZERO WIDTH SPACE, but show a hyphen if (and only if) a break occurs. |
| `'‍'` | 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. |
| `'⁠'` | U+2060 WORD JOINER | the same as U+00A0, but completely invisible. Good for writing @font-face on Twitter. |
Expand Down

0 comments on commit 4310373

Please sign in to comment.