Skip to content

Commit

Permalink
add BULLET and BULLET_SP
Browse files Browse the repository at this point in the history
Reviewed By: TheSavior

Differential Revision: D6983446

fbshipit-source-id: c8ce4b1c7836654910db84c9cd4b6d0bcec8ae27
  • Loading branch information
sahrens authored and facebook-github-bot committed Feb 14, 2018
1 parent d06e143 commit 4761d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/UTFSequence.js
Expand Up @@ -23,6 +23,8 @@ const deepFreezeAndThrowOnMutationInDev = require('deepFreezeAndThrowOnMutationI
* - Less chance of typos.
*/
const UTFSequence = deepFreezeAndThrowOnMutationInDev({
BULLET: '\u2022', // bullet: •
BULLET_SP: '\u00A0\u2022\u00A0', //  • 
MIDDOT: '\u00B7', // normal middle dot: ·
MIDDOT_SP: '\u00A0\u00B7\u00A0', //  · 
MIDDOT_KATAKANA: '\u30FB', // katakana middle dot
Expand Down

0 comments on commit 4761d5a

Please sign in to comment.