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-
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.