C++ Logo

sg16

Advanced search

Fundamental Unicode types

From: Lyberta <lyberta_at_[hidden]>
Date: Thu, 28 Mar 2019 08:56:00 +0000
Since D1628R0 (Unicode character properties) conflicts with my proposal,
I decided to finish a draft and publish it:

https://github.com/Lyberta/cpp-unicode-fundamental

It proposes 5 strong types which are intended as the basis for the rest
of the Unicode library:

std::unicode::utf8_code_unit
std::unicode::utf16_code_unit
std::unicode::utf32_code_unit
std::unicode::code_point
std::unicode::scalar_value


Received on 2019-03-28 09:56:56