This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: codecvt
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Walter Horsten <walter dot horsten at pandora dot be>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 18 Apr 2004 00:30:03 +0200
- Subject: Re: codecvt
- References: <200404171131.49809.walter.horsten@pandora.be>
Hi Walter,
Hi all,
So, I was wondering if this functionality is under
development, if I'm overlooking something or if I'm doing something
fundamentally wrong :). I left some code at the end of this mail.
A few quick answers:
- The functionality was under development in 3.3.x, is much more stable
in the forthcoming 3.4.0.
- I definitely suggest imbuing fstreams, *not* iostreams: the latter must be
synced with "C" stdio by default and what you can do is much more limited
(according to the ISO standard).
- If you want more feedback about your experiments, please provide self-
contained, complete, snippets, albeit largely simplified wrt wait you want
to eventually achieve. Post, preferably, to the libstdc++ list.
Paolo.