How to convert unicode code points to utf-8 in c++?

前端 未结 6 468
暖寄归人
暖寄归人 2020-12-18 05:08

I have an array consisting of unicode code points

unsigned short array[3]={0x20ac,0x20ab,0x20ac};

I just want this to be converted as utf-8

6条回答
提交回复
热议问题