$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How does boost.serialization do with BOM in text/xml files
From: Tan, Tom (Shanghai) (TTan_at_[hidden])
Date: 2008-09-04 04:14:11
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.