diff options
Diffstat (limited to 'WebCore/platform/text/CharacterNames.h')
-rw-r--r-- | WebCore/platform/text/CharacterNames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/text/CharacterNames.h b/WebCore/platform/text/CharacterNames.h index 5b52479..f589a6c 100644 --- a/WebCore/platform/text/CharacterNames.h +++ b/WebCore/platform/text/CharacterNames.h @@ -39,6 +39,8 @@ namespace WebCore { const UChar bullet = 0x2022; const UChar horizontalEllipsis = 0x2026; const UChar ideographicSpace = 0x3000; + const UChar ideographicComma = 0x3001; + const UChar ideographicFullStop = 0x3002; const UChar leftToRightMark = 0x200E; const UChar leftToRightEmbed = 0x202A; const UChar leftToRightOverride = 0x202D; @@ -46,6 +48,7 @@ namespace WebCore { const UChar noBreakSpace = 0x00A0; const UChar objectReplacementCharacter = 0xFFFC; const UChar popDirectionalFormatting = 0x202C; + const UChar replacementCharacter = 0xFFFD; const UChar rightToLeftMark = 0x200F; const UChar rightToLeftEmbed = 0x202B; const UChar rightToLeftOverride = 0x202E; |