This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: codecvt


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]