Status: Assigned
Owner: t...@chromium.org
Labels: Type-Bug Pri-2 OS-Linux Area-Misc

New issue 8154 by t...@chromium.org: File paths in PrefService might be in  
the wrong encoding on linux
http://code.google.com/p/chromium/issues/detail?id=8154

We currently store file paths in the pref service as wstrings (or soon to
be string16).  This isn't right as the actual path on disk could be in any
encoding.

We should add getters/setters on PrefService to take a FilePath, which we
then serialize to std::string on linux/mac and std:;wstring on windows.

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