$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost.serialization How does boost.serializationdo with BOM
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-05 12:52:40
basic_text_iprimitive ..
This is used by all text archives including xml
Robert Ramey
> As it's related to general text files, not specific to xml files.
> basic_text_iarchive might be a better place to address the issue.
>
> I am thinking just detecting " EF BB BF " and discarding them if they
> exist would solve the issue.