[Webkit-unassigned] [Bug 36291] placeholder text should be stripped from line breaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 18:11:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36291





--- Comment #8 from Darin Adler <darin at apple.com>  2010-05-07 18:11:20 PST ---
(In reply to comment #5)
> > >  const UChar blackSquare = 0x25A0;
> > >  const UChar bullet = 0x2022;
> > > +const UChar carriageReturn = 0x000D;
> > >  const UChar ethiopicPrefaceColon = 0x1366;
> > >  const UChar hebrewPunctuationGeresh = 0x05F3;
> > 
> > The characters in CharacterNames.h are supposed to use the names from the
> > Unicode standard. So the name should be lineFeed, not newlineCharacter. The one
> > you are adding has the right name.
> 
> No.  The right name for U+000D is CARRIAGE RETURN according to the Unicode
> standard.
> LINE FEED is U+000A.  Note that we already have a wrong name 'newlineCharacter'
> for U+000A in CharacterNames.h.

Yes, my comment was about the existing wrong name, not about your new correct
name.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list