Copyright (c) Hyperion Entertainment and contributors.

CSET IFF Text Character Set

From AmigaOS Documentation Wiki
Revision as of 19:21, 26 January 2025 by Costel Mincea (talk | contribs) (Text replacement - "<syntaxhighlight>" to "<syntaxhighlight lang="C" line>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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];
}