This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Bug in 'codecvt<_InternT, _ExternT, encoding_state>::do_unshift' (non-standard extension)
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Kristian Spangsege <kristian dot spangsege at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 12 Jan 2008 19:09:23 +0100
- Subject: Re: Bug in 'codecvt<_InternT, _ExternT, encoding_state>::do_unshift' (non-standard extension)
- References: <19c077830801120333m74ca1c74s4af47be81b629d9d@mail.gmail.com>
Kristian Spangsege wrote:
> The 'unshift' method of the 'iconv' specialization of 'codecvt' in
> "ext/codecvt_specializations.h" does not work correctly.
>
Probably, you may want to file a PR to keep track of this issue. In any
case, note that the iconv specialization definitely isn't ready for
prime time and we are certainly not suggesting any use beyond
experimenting. Sorry if this is not clear from the documentation,
hopefully we can make progress on that pretty soon.
Paolo.