Copyright (c) Hyperion Entertainment and contributors.

CSET IFF Text Character Set: Difference between revisions

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
Content deleted Content added
Steven Solie (talk | contribs)
Created page with "== 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 F..."
(No difference)

Revision as of 16:32, 8 June 2012

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];
}