mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add newline to UTFSequence
Summary: Changelog: [General][Added] - Added newline to UTFSequence Reviewed By: bvanderhoof Differential Revision: D42614321 fbshipit-source-id: 50af9815af9d2f57de1b216b4adf05bea6c4ad46
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1405269270
commit
9cf35bfcc4
@@ -31,6 +31,7 @@ const UTFSequence: {|
|
||||
NBSP: string,
|
||||
NDASH: string,
|
||||
NDASH_SP: string,
|
||||
NEWLINE: string,
|
||||
PIZZA: string,
|
||||
TRIANGLE_LEFT: string,
|
||||
TRIANGLE_RIGHT: string,
|
||||
@@ -45,6 +46,7 @@ const UTFSequence: {|
|
||||
MDASH_SP: '\u00A0\u2014\u00A0', // —
|
||||
NDASH: '\u2013', // en dash: –
|
||||
NDASH_SP: '\u00A0\u2013\u00A0', // –
|
||||
NEWLINE: '\u000A',
|
||||
NBSP: '\u00A0', // non-breaking space:
|
||||
PIZZA: '\uD83C\uDF55',
|
||||
TRIANGLE_LEFT: '\u25c0', // black left-pointing triangle
|
||||
|
||||
Reference in New Issue
Block a user