Encodes property names properly in project.godot
This commit is contained in:
parent
2a4c528d06
commit
e7e095da3f
5 changed files with 18 additions and 23 deletions
|
|
@ -1530,9 +1530,6 @@ Error VariantParser::parse_tag_assign_eof(Stream *p_stream, int &line, String &r
|
|||
} else if (c != '=') {
|
||||
what += String::chr(c);
|
||||
} else {
|
||||
if (p_stream->is_utf8()) {
|
||||
what.parse_utf8(what.ascii(true).get_data());
|
||||
}
|
||||
r_assign = what;
|
||||
Token token;
|
||||
get_token(p_stream, token, line, r_err_str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue