Status: Untriaged
Owner: de...@chromium.org
CC: e...@chromium.org,  pkast...@chromium.org
Labels: Type-Bug Pri-2 OS-Linux Area-Misc

New issue 8601 by de...@chromium.org: Reduce utf8 <-> utf16 conversions in  
Linux omnibox.
http://code.google.com/p/chromium/issues/detail?id=8601

The Windows code and rich edit works in utf16 (well, maybe ucs2 for the
edit control).  The model and surrounding code expects to work in
std::wstring.  This means that in a few places where the windows code has a
cheap accessor, we are doing a utf8 -> utf16 conversion, since all of our
GTK code is working in utf8.  There are probably a ton of super  
inefficiencies here that can be solved with a little bit of reworking.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to