You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Rename internal is_ascii_char to is_ascii_alphabet_char
This commit is contained in:
@@ -993,7 +993,7 @@ String TranslationServer::add_padding(const String &p_message, int p_length) con
|
||||
}
|
||||
|
||||
const char32_t *TranslationServer::get_accented_version(char32_t p_character) const {
|
||||
if (!is_ascii_char(p_character)) {
|
||||
if (!is_ascii_alphabet_char(p_character)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user