UtilsLib REALbasic Plugin

GetSystemEncoding Method

To get the current system Encoding for usage with Text encoding manager then
use the GetSystemEncoding function.

GetSystemEncoding() as Integer

Parameters

Returns

Integer

Remarks

GetSystemEncoding takes into account modified Roman scripts such as Icelandic exceptions as well as exceptions in other languages that use modified Roman scripts.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)

    Unsupported Platforms:

  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global