Date: Sun, 9 Feb 2020 17:28:53 +0100
---------- Forwarded message ---------
From: Corentin <corentin.jabot_at_[hidden]>
Date: Thu, Feb 6, 2020, 13:26
Subject: D1885R2 - Naming Text Encodings to Demystify Them
To: <sg16_at_[hidden]>
Hello
I have uploaded a new revision of P1885
https://isocpp.org/files/papers/D1885R2.pdf
I tried to address all of the concerns raised in telecons through a faq or
by tweaking the designs.
I also added examples
Changes include:
- A new method to check an encoding without pulling the entire db:
assert(text_encoding::system_is<text_encoding::id::UTF8>());
- The entire MIBEnum
- A upper limit on name size so they can be stack allocated
- A constructor taking a mib as parameter
Regards,
Corentin
From: Corentin <corentin.jabot_at_[hidden]>
Date: Thu, Feb 6, 2020, 13:26
Subject: D1885R2 - Naming Text Encodings to Demystify Them
To: <sg16_at_[hidden]>
Hello
I have uploaded a new revision of P1885
https://isocpp.org/files/papers/D1885R2.pdf
I tried to address all of the concerns raised in telecons through a faq or
by tweaking the designs.
I also added examples
Changes include:
- A new method to check an encoding without pulling the entire db:
assert(text_encoding::system_is<text_encoding::id::UTF8>());
- The entire MIBEnum
- A upper limit on name size so they can be stack allocated
- A constructor taking a mib as parameter
Regards,
Corentin
Received on 2020-02-09 10:31:43