This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Missing codecvt specializations and <codecvt> header and a request for some guidance
- From: John Schmerge <john dot schmerge at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 14 Oct 2014 23:15:50 -0400
- Subject: Missing codecvt specializations and <codecvt> header and a request for some guidance
- Authentication-results: sourceware.org; auth=none
Hi guys,
I'm looking for some guidance. As part of implementing a version of
the std::filesystem proposal, I've needed to flesh out pieces of the
missing codecvt classes for the standard library.
Right now, I have a poorly organized version of the codecvt
specializations for char16_t and char32_t and a version of
codecvt_utf8 up on github (and should have the
codecvt_utf16/utf8_utf16 classes in a workable state in a few days).
I'd like to contribute this code to libstdc++ when its complete, and
I'm at a bit of a loss as to what the best way to go about that might
be. Any thoughts on how to do so would be appreciated.
You can find the code I'm speaking of here:
https://github.com/jschmerge/xos/ee/master/src/codecvt/
Thanks,
John