What is the replacement of <codecvt> in C ++ 17 or later?

According to this article and P0618R0 , the <codecvt> header is deprecated in C ++ 17.

I used it heavily. Therefore, I want to know:

What is replacing <codecvt> with C ++ 17 or later?

+7
c ++ standards encoding unicode c ++ 17
source share

No one has answered this question yet.

See similar questions:

eighteen
Deprecated <codecvt> header

or similar:

986
What is the difference between utf8_general_ci and utf8_unicode_ci
786
What are the new features in C ++ 17?
753
What is the best way to trim std :: string?
674
What is the difference between UTF-8 and UTF-8 without specification?
10
C ++ 17, deprecated functions in the <memory> standard library?
3
How to avoid re-binding in allocator <T, N> C ++ 17
one
Are concurrency extensions available for the new C ++ 17 standard?
one
Can gcc compile C ++ 17 code with old third-party libraries?
0
std :: insert replacement for C ++ 17
0
What does std :: codecvt_utf8 replace in C ++ 17 or how else can I convert int to u32 string?

All Articles