
8 Mar
2007
8 Mar
'07
12:46 p.m.
Hello All, XML grammar parser in boost::serialization has a definition of spirit primitive to deal with XML character set. Initialization of this pimitive looks like following (file $(BOOST)/libs/serialization/src/xml_grammar.cpp): Char = chset_t("\x9\xA\xD\x20-\xFF"); Obviously, if char type is signed, then \xFF means -1 and the above initialization will be equivalent to Char = chset_t("\x9\xA\xD"); -- -- Vyacheslav E. Andrejev -- System Architect, Optech International, Inc. -- E-mail: mortituris@mail.ru