I am dealing with utf8 string using c++. I've found that certain language characters have a coding scope in utf-8, such as the scope of Chinese charaters is u4E00 - u9FFF.
But how can I find if a given utf-8 string contains Chinese using C++?
I am dealing with utf8 string using c++. I've found that certain language characters have a coding scope in utf-8, such as the scope of Chinese charaters is u4E00 - u9FFF.
But how can I find if a given utf-8 string contains Chinese using C++?