Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Created July 22, 2013 13:46
Show Gist options
  • Select an option

  • Save arcusfelis/6053938 to your computer and use it in GitHub Desktop.

Select an option

Save arcusfelis/6053938 to your computer and use it in GitHub Desktop.
Whitespaces
[{9,<<"<control>">>},
 {10,<<"<control>">>},
 {12,<<"<control>">>},
 {13,<<"<control>">>},
 {32,<<"SPACE">>},
 {160,<<"NO-BREAK SPACE">>},
 {5760,<<"OGHAM SPACE MARK">>},
 {6158,<<"MONGOLIAN VOWEL SEPARATOR">>},
 {8192,<<"EN QUAD">>},
 {8193,<<"EM QUAD">>},
 {8194,<<"EN SPACE">>},
 {8195,<<"EM SPACE">>},
 {8196,<<"THREE-PER-EM SPACE">>},
 {8197,<<"FOUR-PER-EM SPACE">>},
 {8198,<<"SIX-PER-EM SPACE">>},
 {8199,<<"FIGURE SPACE">>},
 {8200,<<"PUNCTUATION SPACE">>},
 {8201,<<"THIN SPACE">>},
 {8202,<<"HAIR SPACE">>},
 {8232,<<"LINE SEPARATOR">>},
 {8233,<<"PARAGRAPH SEPARATOR">>},
 {8239,<<"NARROW NO-BREAK SPACE">>},
 {8287,<<"MEDIUM MATHEMATICAL SPACE">>},
 {12288,<<"IDEOGRAPHIC SPACE">>}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment