$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [filesystem] imbue_utf8
From: Peter Dimov (lists_at_[hidden])
Date: 2014-12-30 09:13:23
Since nowadays it's very common for programs to use UTF-8 for path encoding
everywhere, I suggest that in addition to path::imbue( loc ), there should
be path::imbue_utf8(), which imbues a UTF-8 codecvt facet. Since this is the
default on Mac OS X, the implementation is already present, but the user has
no way to get to it.