WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
36011
Add TextEncoding::usesBackslashAsCurrencySymbol()
https://bugs.webkit.org/show_bug.cgi?id=36011
Summary
Add TextEncoding::usesBackslashAsCurrencySymbol()
Shinichiro Hamaji
Reported
2010-03-11 05:12:08 PST
This function will be used by
Bug 24906
to implement transcoding based on both fonts and encodings.
Attachments
Patch v1
(1.80 KB, patch)
2010-03-11 05:14 PST
,
Shinichiro Hamaji
darin
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shinichiro Hamaji
Comment 1
2010-03-11 05:14:13 PST
Created
attachment 50488
[details]
Patch v1
Darin Adler
Comment 2
2010-03-12 09:17:07 PST
Comment on
attachment 50488
[details]
Patch v1 The logic here is backwards. This changes some "==" to "!=". As a side note, I also personally don’t think this refactoring is an improvement. The old code seems clearer to me.
Shinichiro Hamaji
Comment 3
2010-03-15 00:31:08 PDT
> The logic here is backwards. This changes some "==" to "!=".
Oops. Sorry for the mistake...
> As a side note, I also personally don’t think this refactoring is an > improvement. The old code seems clearer to me.
I see. So, I think I will make backslashAsCurrencySymbol() public when I will use. Making this issue WONTFIX...
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug