Copyright (c) Hyperion Entertainment and contributors.

CSET IFF Text Character Set

From AmigaOS Documentation Wiki
Jump to navigation Jump to search

Author

Registered by Martin Taillefer.

Description

Chunk for specifying character set.

A chunk for use in any FORM, to specify character set used for text in FORM.

struct CSet {
  LONG    CodeSet;        /* 0=ECMA Latin 1 (std Amiga charset) */
                          /* AmigaOS development team will define additional values  */
  LONG    Reserved[7];
}