This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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 header and GCC 4.5


On 6 March 2011 21:22, Claudio La Rosa wrote:
>
>
> Jonathan Wakely-4 wrote:
>>
>>
>> Yes, but noone has implemented it yet for libstdc++
>>
>>
>
> Ok...know when will be implemented this feature?

There's no fixed schedule, it will be done when someone is interested
and/or motivated to work on it.

GCC is free software, so anyone is welcome to contribute to it.  The
code conversion facets should be fairly simple to implement using the
POSIX iconv() function, at least for platforms where that is
available.


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