From: Johan Råde (rade_at_[hidden])
Date: 2008-06-07 18:08:06


The rapid xml parser used by the property tree reads
the input stream using stream buffer iterators.
This means that if the stream has been imbued with a locale
with a code conversion facet, then the code conversion
facet is never invoked.

It may be better if the stream were read using stream iterators.

--Johan Råde