Subject: Re: [Boost-users] How does boost.serialization do with BOM in text/xmlfiles
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-04 12:21:47


what is BOM?

Tan, Tom (Shanghai) wrote:
> I am think of using boost.serialization to replace
> CMarkup(http://www.firstobject.com/) as handle my XML config files. By
> playing with the examples coming with Boost, I found
> boost.serialization
>
> - does not handle BOM of UTF-8 files.
> - does not ignore <!-- ... > comments.
>
> Is there any workaround to this?
> Thanks.