Platforms to show: All Mac Windows Linux Cross-Platform
Back to TextConverterMBS class.
TextConverterMBS.ErrorCode as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TextConverterMBS.ErrorMessage as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TextConverterMBS.Ignore as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Characters that cannot be represented in the target character set will be silently discarded.
(Read and Write property)
TextConverterMBS.Input as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TextConverterMBS.InputData as MemoryBlock
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TextConverterMBS.InputEncoding as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. "UTF-8"
(Read and Write property)
TextConverterMBS.InputPosition as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If errors are not ignored, this shows error position.
(Read and Write property)
TextConverterMBS.Output as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
String may not have an encoding set, if the plugin does not recognize the encoding.
But for e.g. UTF-8, we set the text encoding.
(Read and Write property)
TextConverterMBS.OutputEncoding as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. "UTF-8"
(Read and Write property)
TextConverterMBS.OutputLength as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TextConverterMBS.Translit as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | String | MBS Util Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This means that when a character cannot be represented in the target character set, it can be approximated through one or several characters that look similar to the original character.
(Read and Write property)
The items on this page are in the following plugins: MBS Util Plugin.