C++ Logo

sg16

Advanced search

Re: [SG16] Bike shedding for Christmas: P1885 Naming Text Encodings

From: Lyberta <lyberta_at_[hidden]>
Date: Fri, 27 Dec 2019 14:14:00 +0000
Corentin Jabot via SG16:
> Hello
>
> In P1885, I introduce the name "text_encoding" for the class representing
> the name of a text encoding.

concept character_set = ...

template <character_set CS>
class text_encoding;

to separate charsets from encodings.

Or maybe even

concept character_set = ...
concept text_encoding = ...


Received on 2019-12-27 08:17:11