Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
SetEncodingOfStringMBS(s as string, encoding as UInt32)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | XojoRuntime | MBS Util Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Only useful on Xojo 4.5 and newer.
Some example values for encoding:
MacRoman | 0 | Also for ASCII or binary data used. |
WindowsLatin1 | &h0500 | ANSI codepage 1252 |
ISOLatin1 | &h0201 | ISO 8859-1 |
NextStepLatin | &h0B01 | NextStep encoding |
Unicode | &h0100 | 16 bit Unicode |
UTF8 | &h08000100 | 8 bit Unicode |
Invalid | &hFFFFFFFF | (Binary) |
Invalid | &hFFFF | (Binary) |
The items on this page are in the following plugins: MBS Util Plugin.