RE: [boost] Re: status of wchar_t support in filesystem::path?

On Behalf Of Edward Diener Subject: [boost] Re: status of wchar_t support in filesystem::path?
I just started using boost recently and it seems excellent so far.
One of the first classes I started using is filesystem::path, with
Paul Miller wrote: the
intention to use it portably on Windows, OS X, and Linux.
On Windows and OS X, you can work with paths in Unicode. Presumably Linux still works with multi-byte characters.
Is there progres toward a wchar_t-aware path?
<snip> As a philosophy, I consider boost's filesystem to be attempting to offer a portable filesystem ability, rather than being a portable interface to a file system. As it currently stands, without unicode support, it is not much use if you want to be able to deal with arbitrary file and directory names on win32 which is not a handicap if this is not its intention. For example, I could not use it for an archiving program as I must deal with the potential for unicode names and internal stream in files. It does an admirable job of dealing with your own files where you can control the naming. Regards, Matt Hurd _______________________ Susquehanna Pacific P/L hurdm@sig.com +61.2.8226.5029 _______________________ IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.
participants (1)
-
Hurd, Matthew