flaght / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

Not easy to use with wstring? #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While porting a chromium unit test to linux
(see http://code.google.com/p/chromium/issues/detail?id=3661 )
I found myself needing to create a GURL from a wstring,
but there was no easy way to do that.
Attached is a (probably wrong) patch to allows converting from
wstring to UTF16Sring.  Can I get some feedback on it?
Thanks!

Original issue reported on code.google.com by d...@chromium.org on 27 Oct 2008 at 10:01

GoogleCodeExporter commented 9 years ago
Forgot the attachment, sorry.

Original comment by daniel.r...@gmail.com on 27 Oct 2008 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
We've changed everything to use utf-16 strings.

Original comment by bre...@gmail.com on 5 Apr 2009 at 5:21