NEW 118805
TextCodecICU always makes a copy of string to deal with backslash-to-yen conversion
https://bugs.webkit.org/show_bug.cgi?id=118805
Summary TextCodecICU always makes a copy of string to deal with backslash-to-yen conv...
Ryosuke Niwa
Reported 2013-07-17 11:05:12 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/efee803afb075b2fcd919fe99f910aebe8770da9 TextCodecICU makes a copy of it's input just in case we're encoding into a small set of Japanese codecs. Rather than always making a copy of the entire input buffer, we now only make the copy when using those codecs.
Attachments
Note You need to log in before you can comment on or make changes to this bug.