Skip to content

Commit

Permalink
Add newline to UTFSequence
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[General][Added] - Added newline to UTFSequence

Reviewed By: bvanderhoof

Differential Revision: D42614321

fbshipit-source-id: 50af9815af9d2f57de1b216b4adf05bea6c4ad46
  • Loading branch information
Devon Mars authored and facebook-github-bot committed Jan 19, 2023
1 parent 1405269 commit 9cf35bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/UTFSequence.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const UTFSequence: {|
NBSP: string,
NDASH: string,
NDASH_SP: string,
NEWLINE: string,
PIZZA: string,
TRIANGLE_LEFT: string,
TRIANGLE_RIGHT: string,
Expand All @@ -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
Expand Down

0 comments on commit 9cf35bf

Please sign in to comment.