Skip to content

Unicode

Provides conversion tools for Ascii and Unicode characters.

Authors and contributors to this community extension: Ahnaf30e.


Adds expressions to convert text to a binary representation and back. The UnicodeConversion::ReverseUnicode(string, range, base) string expression can be used for basic obfuscation of data.

Tip

Learn how to install new extensions by following a step-by-step guide.

Expressions

Expression Description
UnicodeConversion::ReverseUnicode(string, number, number) Reverses the unicode of a string with a base.
string String to reverse
🔢 Number Base of the reverse (Default: 2)
🔢 Number Range of unicode characters (Put 16 here to support the most characters if you put 2 in the base)
UnicodeConversion::TextToUnicode(string, number, string) Converts a string into unicode representation with a base.
string The string to convert to unicode
🔢 Number Base
string Seperator text (Optional)
UnicodeConversion::UnicodeToText(string, number, string) Converts a unicode representation into String with a base.
string The unicode to convert to String
🔢 Number Base
string Seperator text (Optional)

This page is an auto-generated reference page about the Unicode extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.