summaryrefslogtreecommitdiff
path: root/core/ustring.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ustring.h')
-rw-r--r--core/ustring.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h
index 1f8a5d7e7d..bf9c06b9ca 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -440,6 +440,11 @@ public:
return *this;
}
+ Vector<uint8_t> to_ascii_buffer() const;
+ Vector<uint8_t> to_utf8_buffer() const;
+ Vector<uint8_t> to_utf16_buffer() const;
+ Vector<uint8_t> to_utf32_buffer() const;
+
String(const char *p_str);
String(const wchar_t *p_str);
String(const char32_t *p_str);