Bug 12174

Summary: improve Unicode use (less WTF::Unicode:: prefix, centralized character names)
Product: WebKit Reporter: Darin Adler <darin>
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch; adds CharacterNames.h header and uses using namespace
mjs: review+
complete patch (last version omitted the new source file) mjs: review+

Description Darin Adler 2007-01-08 18:07:36 PST
We don't need to say WTF::Unicode:: every time we use a Unicode feature.
Comment 1 Darin Adler 2007-01-08 18:08:40 PST
Created attachment 12321 [details]
patch; adds CharacterNames.h header and uses using namespace
Comment 2 Darin Adler 2007-01-08 18:12:23 PST
Created attachment 12322 [details]
complete patch (last version omitted the new source file)
Comment 3 Maciej Stachowiak 2007-01-09 06:54:33 PST
Comment on attachment 12321 [details]
patch; adds CharacterNames.h header and uses using namespace

r=me
Comment 4 Maciej Stachowiak 2007-01-09 06:55:03 PST
Comment on attachment 12322 [details]
complete patch (last version omitted the new source file)

r=me
Comment 5 Darin Adler 2007-01-09 07:11:31 PST
Committed revision 18712.