Skip to content

Commit 97d16e4

Browse files
committed
charCode: add &nbsp
1 parent f9f6067 commit 97d16e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/vs/base/common/charCode.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ export const enum CharCode {
225225
*/
226226
Tilde = 126,
227227

228+
/**
229+
* The   (no-break space) character.
230+
* Unicode Character 'NO-BREAK SPACE' (U+00A0)
231+
*/
232+
NoBreakSpace = 160,
233+
228234
U_Combining_Grave_Accent = 0x0300, // U+0300 Combining Grave Accent
229235
U_Combining_Acute_Accent = 0x0301, // U+0301 Combining Acute Accent
230236
U_Combining_Circumflex_Accent = 0x0302, // U+0302 Combining Circumflex Accent

0 commit comments

Comments
 (0)