[Webkit-unassigned] [Bug 12756] WebFrame - (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)encodingName baseURL:(NSURL *)URL should support integer encodingName constants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 13 02:55:00 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12756


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |INVALID
             Status|UNCONFIRMED                 |RESOLVED




------- Comment #1 from ap at webkit.org  2007-02-13 02:54 PDT -------
Usually, you can convert the constant with something like:

NSString *encodingName = (NSString
*)CFStringConvertEncodingToIANACharSetName(CFStringConvertNSStringEncodingToEncoding(encodingConstant)).

Given this one-line workaround, I suppose the consistency requirement might not
warrant adding another nearly identical API.

If you disagree, I think it would be more effective to file a Radar
(http://bugreport.apple.com) instead of a Bugzilla bug, because changes to
Apple APIs involve some sort of an internal process. Closing as INVALID for
this reason.


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



More information about the webkit-unassigned mailing list