Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube/cube_utils.cpp
100644 → 100755
Original file line number Diff line number Diff line change
@@ -277,7 +277,7 @@ void CubeUtils::UTF8ToUTF32(const char *utf8_str, string_32 *str32) {
}

/**
* UTF-8 to UTF-32 conversion functions
* UTF-32 to UTF-8 conversion functions
*/
void CubeUtils::UTF32ToUTF8(const char_32 *utf32_str, string *str) {
str->clear();

0 comments on commit caab420

Please sign in to comment.