Xojo.Core.TextEncoding
From Xojo Documentation
Class (inherits from Object)
An encoding represents a way of converting text to and from raw bytes. Encodings are created from IANA character set names or the shared properties for the very common encodings. Use this class to convert Text to specific encodings and to convert Text to and from MemoryBlocks.
Properties | |
|
Methods | ||
|
Shared Properties | |||||||||
|
Shared Methods | |
|
See Also
Xojo.Core.Locale, Xojo.Core.MemoryBlock, TextInputStream, TextOutputStream classes; Text data type
TextEncoding class; Encodings module