summaryrefslogtreecommitdiffstats
path: root/servers/text_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/text_server.h')
-rw-r--r--servers/text_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/text_server.h b/servers/text_server.h
index c2cc444646..b5fe24caf4 100644
--- a/servers/text_server.h
+++ b/servers/text_server.h
@@ -534,6 +534,7 @@ public:
virtual String strip_diacritics(const String &p_string) const;
virtual bool is_valid_identifier(const String &p_string) const;
+ virtual bool is_valid_letter(char32_t p_unicode) const;
// Other string operations.
virtual String string_to_upper(const String &p_string, const String &p_language = "") const = 0;