We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f4311 commit ad6f3b4Copy full SHA for ad6f3b4
ccutil/unichar.h
@@ -161,7 +161,7 @@ class UNICHAR {
161
static std::vector<char32> UTF8ToUTF32(const char* utf8_str);
162
// Converts a vector of unicodes to a utf8 string.
163
// Returns an empty string if the input contains an invalid unicode.
164
- static string UTF32ToUTF8(const std::vector<char32>& str32);
+ static std::string UTF32ToUTF8(const std::vector<char32>& str32);
165
166
private:
167
// A UTF-8 representation of 1 or more Unicode characters.
0 commit comments