4 Jul 23:14
Re: filesystem question
Sebastian Redl <sebastian.redl <at> getdesigned.at>
2008-07-04 21:14:16 GMT
2008-07-04 21:14:16 GMT
Emil Dotchevski wrote: >What is the rationale for providing path and wpath types instead of >using a single path type? > > 1) Narrow encoding paths always existed, because the fstreams took narrow strings. 2) wpath was added later by request, I believe. Also, because the narrow encoding under Windows is never UTF-8 and thus can't ever represent all paths, and the NT and CE kernels natively use UTF-16 (wide characters). Sebastian _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
RSS Feed