$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Silly Boost.Locale default narrowstringencodinginWindows
From: Peter Dimov (pdimov_at_[hidden])
Date: 2011-10-28 09:48:05
Alf P. Steinbach wrote:
> * wrapping
> it with some constant time data conversions (e.g. u::printf).
In this particular example, wrapping doesn't work, because wprintf is
broken. (At least I haven't been able to make it work.) You'll still need
the hypothetical boost::wprintf here.