$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexei Alexandrov (alexei.alexandrov_at_[hidden])
Date: 2008-01-29 00:52:10
Jamie Allsop wrote:
> Beman Dawes wrote:
> To get it to work I had to imbue wpath_traits with the
> experimental UTF8 locale as the example (wide_test.cpp I think) does.
>
> I have yet to really try this in anger, but regardless, I too am
> interested in this.
It works fine for me too when imbuing boost UTF-8 codecvt facet - see
the original post. But it doesn't work somehow when imbuing system
codecvt (system locale encoding is UTF-8).
This is what looks like a bug. I don't know where it is yet - boost, me,
or my libstdc++ implementation (gcc 3.4.6).
-- Alexei Alexandrov