for example, I have an emoji
std::string emojiStr = "clients";
his Unicode value is "U + 1F31E"
ask how to use emojiStr to get the following unicode?
for example, I have an emoji
std::string emojiStr = "clients";
his Unicode value is "U + 1F31E"
ask how to use emojiStr to get the following unicode?
if your code is utf-8
encoding (if not, it is also recommended to use utf-8
encoding), and the emoji file you write is also utf-8
, which is suggested to be converted to unicode
encoding.
randomly found a code:
Code Source
Previous: The contents of the md file edited by vuepress are garbled.
Next: The vue page has just entered the login page. Click to log in and jump to the home page.