mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 03:10:11 +00:00
[Complex Test Layouts] Change String to use UTF-32 encoding on all platforms.
This commit is contained in:
@@ -317,7 +317,7 @@ StringName StringName::search(const char *p_name) {
|
||||
return StringName(); //does not exist
|
||||
}
|
||||
|
||||
StringName StringName::search(const CharType *p_name) {
|
||||
StringName StringName::search(const char32_t *p_name) {
|
||||
ERR_FAIL_COND_V(!configured, StringName());
|
||||
|
||||
ERR_FAIL_COND_V(!p_name, StringName());
|
||||
|
||||
Reference in New Issue
Block a user