Platforms to show: All Mac Windows Linux Cross-Platform
UniversalCharacterDetectionMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Basic | MBS Util Plugin | 10.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Based on the Mozilla project.
You can pass a string with bytes to this class and receive an encoding as answer. Similar to the GuessJapaneseEncoding function built into Xojo.
Possible encoding names used by this class: Big5, EUC-JP, EUC-KR, x-euc-tw, gb18030, windows-1252, UTF-8, UTF-16BE, X-ISO-10646-UCS-4-3412, UTF-32BE, X-ISO-10646-UCS-4-2143, UTF-32LE, UTF-16LE.
- event Report(Charset as string)
- property LastCharSet as String
- 3 methods
- method AddData(data as string)
- method Constructor(filter as Integer)
- method Finish
- 8 constants
- const FilterAll = 31
- const FilterChinese = 3
- const FilterChineseSimplified = 1
- const FilterChineseTraditional = 2
- const FilterCJK = 15
- const FilterJapanese = 4
- const FilterKorean = 8
- const FilterNonCJK = 16
This class has no sub classes.
Some examples using this class:
Blog Entries
Release notes
- Version 22.5
- Updated UniversalCharacterDetectionMBS class to newer library code.
The items on this page are in the following plugins: MBS Util Plugin.
UnikeyMBS - UNMutableNotificationContentMBS
