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() |
Reverses the unicode of a string with a base. | |
UnicodeConversion::TextToUnicode() |
Converts a string into unicode representation with a base. | |
UnicodeConversion::UnicodeToText() |
Converts a unicode representation into String with a base. |
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.