Boost logo

Boost Users :

From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-07-20 12:34:25


Ovanes Markarian wrote:
> Hello all,
>
> I am using wide characters from the Xerces-C library. These are
> defined as always being a 2 bytes characters by:
>
> typedef short XMLCh; // can be also defined through the #define
> preprocessor directive I don't remember it

Actually, in 2.6.0 it's

  typedef unsigned short XMLCh;

The source files in xecresc/util/Compilers contain comments saying that XMLCh is
now unsigned short on all platforms.

Jonathan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net