Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Issue 149526: Use v8's utf8 <-> wide conversion for Linux sys_string_conversion. (Closed)

Created:
11 years, 5 months ago by Dean McNamee
Modified:
8 years, 10 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Use v8's utf8 <-> wide conversion for Linux sys_string_conversion. BUG=14826

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -7 lines) Patch
M base/sys_string_conversions_linux.cc View 1 chunk +152 lines, -7 lines 1 comment Download
M base/sys_string_conversions_unittest.cc View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Dean McNamee
After an hour of reading details of iconv(), I decided this was easier.
11 years, 5 months ago (2009-07-13 10:56:57 UTC) #1
Dean McNamee
ping On 2009/07/13 10:56:57, Dean McNamee wrote: > After an hour of reading details of ...
11 years, 5 months ago (2009-07-14 14:20:03 UTC) #2
Evan Martin
It seems a bit silly to have this same code repeated from ICU. Maybe we ...
11 years, 5 months ago (2009-07-14 15:21:28 UTC) #3
Evan Martin
Dean is kind for being patient for one as slow as me LGTM
11 years, 5 months ago (2009-07-14 15:26:16 UTC) #4
darin (slow to review)
sorry for the drive-by... http://codereview.chromium.org/149526/diff/1/2 File base/sys_string_conversions_linux.cc (right): http://codereview.chromium.org/149526/diff/1/2#newcode25 Line 25: size_t WriteUnicodeCharAsUTF8(char* str, uint32_t ...
11 years, 5 months ago (2009-07-14 16:51:40 UTC) #5
Dean McNamee
The code was already written, and well tested (it is from V8, and passes a ...
11 years, 5 months ago (2009-07-14 17:15:30 UTC) #6
darin (slow to review)
Hmm... sys_string_conversions.h answers my question about ICU. -Darin On Tue, Jul 14, 2009 at 10:29 ...
11 years, 5 months ago (2009-07-14 17:30:22 UTC) #7
Dean McNamee
Look at the code that already exists for using the system APIs. I could write ...
11 years, 5 months ago (2009-07-14 17:31:43 UTC) #8
darin (slow to review)
I'm sure it is well written and well tested, but it is not a trivial ...
11 years, 5 months ago (2009-07-14 17:47:57 UTC) #9
Evan Martin
10 years, 8 months ago (2010-04-19 16:52:44 UTC) #10
Did we conclude what to do with this?  (Cleaning out my review queue.)

Powered by Google App Engine
This is Rietveld 408576698