C++ Logo

sg16

Advanced search

Re: [SG16-Unicode] Need a char8_t implementation for filesystem::path_view

From: JeanHeyd Meneide <phdofthehouse_at_[hidden]>
Date: Wed, 31 Jul 2019 08:07:19 -0400
I just used "unsigned char" as the char8_t type, since that's what char8_t
ends up being fundamentally. The benefit is unsigned char already has
char_traits support too.

On Wed, Jul 31, 2019 at 4:27 AM Niall Douglas <s_sourceforge_at_[hidden]>
wrote:

> Just fixing up path_view with the feedback from SG16 and LEWG right now.
>
> Does anybody have to hand a char8_t implementation for C++ 14? I've
> currently got a hacky substitute which is really char, but I'd like
> something better, if somebody already has implemented char_traits et al
> for older C++.
>
> Niall
> _______________________________________________
> SG16 Unicode mailing list
> Unicode_at_[hidden]
> http://www.open-std.org/mailman/listinfo/unicode
>

Received on 2019-07-31 14:07:33