XmRegisterSegmentEncoding - A compound string function that registers a compound text encoding format for a specified font list element tag
#include <Xm/Xm.h> char *fontlist_tag; char *ct_encoding;
XmRegisterSegmentEncoding registers a compound text encoding format with the specified font list element tag. The XmCvtXmStringToCT function uses this registry to map the font list tags of compound string segments to compound text encoding formats. Registering a font list tag that already exists in the registry overwrites the original entry. You can unregister a font list tag by passing a NULL value for the ct_encoding parameter.
Returns NULL for a new font list tag or the old ct_encoding value for an already registered font list tag. The application is responsible for freeing the storage associated with the returned data (if any) by calling XtFree.
XmCvtXmStringToCT(3X), XmFontList(3X), XmMapSegmentEncoding(3X), and XmString(3X).