$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] mapped_file with wide filename on Windows
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-10-20 12:10:37
Cory Nelson escribió:
> Could the mapped_file constructor allow a wchar_t filename on Windows?
> Or some cross-platform way to get Unicode support?
I'll see how could I add this, but I think you'll need to convert your
wchar_t to utf-8 for the moment,
Ion