Opened 11 years ago
Closed 11 years ago
#6621 closed Feature Requests (duplicate)
Add support for unicode file names
Reported by: | Antony Polukhin | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.49.0 | Severity: | Cosmetic |
Keywords: | mmap unicode | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
Sorry, this ticket is a duplicate for #5992
By the way, boost::iostreams already has a mmap with Unicode support