Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9968: [filesystem] Streams don't handle unicode file name on Windows
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-05-22 14:43:04
#9968: [filesystem] Streams don't handle unicode file name on Windows
-------------------------------+------------------------
Reporter: mike@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: mingw
-------------------------------+------------------------
Comment (by anonymous):
Still an issue in 1.63.
Workaround: Create a temporary file with a normal name (file.tmp) and use
boost::filesystem::copy_file("file.tmp", destfile)
That is a major nuisance, though.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9968#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-05-22 14:46:41 UTC