[Boost-bugs] [Boost C++ Libraries] #6621: Add support for unicode file names

Subject: [Boost-bugs] [Boost C++ Libraries] #6621: Add support for unicode file names
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-26 20:09:15


#6621: Add support for unicode file names
------------------------------+---------------------------------------------
 Reporter: apolukhin | Owner: igaztanaga
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: Boost 1.49.0 | Severity: Cosmetic
 Keywords: mmap unicode |
------------------------------+---------------------------------------------
 It`s a common task to mmap a file with Unicode name. Currently such
 operations on Windows require renaming files, and only after that mmaping
 them, which is not a very nice solution. Better solution would be to use
 widechar versions of WinAPI and allow widechar filenames.

 boost::filesystem::path may help in some cases, as it already provides
 conversions for different encodings and allows to make less functions
 overloads.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6621>
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-02-16 18:50:09 UTC