For cross-platform path strings we have a "FilePath" class that wraps a path, which is UTF-16 on Windows, UTF-8 on Mac, and bytes (UTF-8) on Linux. The theory is that 98% of the code doesn't need to reach inside a path.
I've made the first change to start moving base code to use FilePaths. For example, the path service now returns FilePaths. If you are making a change that touches paths, please consider using FilePaths where appropriate. If you are looking for something to do, there is still tons of code that is using wstrings for paths. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to chromium-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---