$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-04-14 01:37:01
Robert,
to make utf8 test pass, I had to apply the attached patch. Seems like there
was a typo which manifected itself only on 4-bit wchar_t -- one of the
trailing bytes did not have the high bit set, so the facet returned an error.
- Volodya