Commit d04e9de6 authored by darin's avatar darin

* platform/CharacterNames.h: Oops! horizontalEllipsis != zeroWidthSpace!



git-svn-id: svn://svn.chromium.org/blink/trunk@18766 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e9b402d8
2007-01-11 Darin Adler <darin@apple.com>
* platform/CharacterNames.h: Oops! horizontalEllipsis != zeroWidthSpace!
2007-01-11 Lars Knoll <lars@trolltech.com>
Reviewed by Darin.
......
......@@ -37,7 +37,7 @@ namespace WebCore {
const UChar blackSquare = 0x25A0;
const UChar bullet = 0x2022;
const UChar horizontalEllipsis = 0x200B;
const UChar horizontalEllipsis = 0x2026;
const UChar ideographicSpace = 0x3000;
const UChar leftToRightOverride = 0x202D;
const UChar noBreakSpace = 0x00A0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment