Avatar of camster123
camster123

asked on 

How to convert utf32 to utf16 using C++ on Ubuntu Linux 15.10 with the gcc c++11 compiler.

I read this link, stackoverflow.com/questions/23919515/how-to-convert-from-utf-16-to-utf-32-on-linux-with-std-library,
on how to convert utf16 to utf32 using C++ on Ubuntu Linux 15.10 with the gcc c++11 compiler.
   I would like to find out how to convert utf32 to utf16 using C++ on Ubuntu Linc 15.10 with the gcc c++11 compiler.
   This is not a homework assignment question.
    Thank you.
LinuxC++C

Avatar of undefined
Last Comment
camster123

8/22/2022 - Mon