Contents

TECPluginGetTextEncodingInternetNamePtr

Defines a pointer to a function that obtainsthe Internet text encoding name for a text encoding specification.

Declaration

typedef OSStatus (*TECPluginGetTextEncodingInternetNamePtr)(TextEncoding textEncoding, Str255 encodingName);

Parameters

  • textEncoding:

    A text encoding specification.

  • encodingName:

    On return, the Internet encoding name, in 7-bit US ASCII. If there are several Internet encoding names for the same text encoding, the encodingName parameter contains the preferred name.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks