diff options
Diffstat (limited to 'WebCore/platform/text/CharacterNames.h')
-rw-r--r-- | WebCore/platform/text/CharacterNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/text/CharacterNames.h b/WebCore/platform/text/CharacterNames.h index f97ba96..687bfb4 100644 --- a/WebCore/platform/text/CharacterNames.h +++ b/WebCore/platform/text/CharacterNames.h @@ -64,6 +64,7 @@ const UChar rightToLeftOverride = 0x202E; const UChar softHyphen = 0x00AD; const UChar space = 0x0020; const UChar whiteBullet = 0x25E6; +const UChar yenSign = 0x00A5; const UChar zeroWidthJoiner = 0x200D; const UChar zeroWidthNonJoiner = 0x200C; const UChar zeroWidthSpace = 0x200B; |