diff options
Diffstat (limited to 'WebCore/platform/text/CharacterNames.h')
-rw-r--r-- | WebCore/platform/text/CharacterNames.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/text/CharacterNames.h b/WebCore/platform/text/CharacterNames.h index cd09447..ebaa1f1 100644 --- a/WebCore/platform/text/CharacterNames.h +++ b/WebCore/platform/text/CharacterNames.h @@ -37,6 +37,7 @@ namespace WebCore { const UChar blackSquare = 0x25A0; const UChar bullet = 0x2022; + const UChar ethiopicPrefaceColon = 0x1366; const UChar hebrewPunctuationGeresh = 0x05F3; const UChar hebrewPunctuationGershayim = 0x05F4; const UChar horizontalEllipsis = 0x2026; @@ -59,6 +60,7 @@ namespace WebCore { const UChar rightToLeftMark = 0x200F; const UChar rightToLeftOverride = 0x202E; const UChar softHyphen = 0x00AD; + const UChar space = 0x0020; const UChar whiteBullet = 0x25E6; const UChar zeroWidthSpace = 0x200B; |