You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Cem Karan <Ce...@usa.alcatel.com> on 2001/01/24 23:02:18 UTC

what are the XMLFormatter::UnRepFlags for?

The subject line pretty much says it all.  Neither the online docs nor
the source code have any information about what XMLFormatter::UnRepFlags
are supposed to be for.  Can anyone give me a definition of each of the
flags uses before I start poking thorough all of the source code? 

Thanks,
Cem Karan

Re: what are the XMLFormatter::UnRepFlags for?

Posted by Dean Roddey <dr...@charmedquark.com>.
It tells the transcoder what to do if the Unicode character cannot be
represented in the target encoding. It can either just stop, or it can
generate a character reference, or it can insert a replacement character.

--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
droddey@charmedquark.com
http://www.charmedquark.com

"We're gonna need a bigger boat"


----- Original Message -----
From: "Cem Karan" <Ce...@usa.alcatel.com>
To: "xerces" <xe...@xml.apache.org>
Sent: Wednesday, January 24, 2001 2:02 PM
Subject: what are the XMLFormatter::UnRepFlags for?


> The subject line pretty much says it all.  Neither the online docs nor
> the source code have any information about what XMLFormatter::UnRepFlags
> are supposed to be for.  Can anyone give me a definition of each of the
> flags uses before I start poking thorough all of the source code?
>
> Thanks,
> Cem Karan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>