Copyright (c) Hyperion Entertainment and contributors.
CSET IFF Text Character Set: Difference between revisions
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..." |
m Text replacement - "<syntaxhighlight>" to "<syntaxhighlight lang="C" line>" |
||
Line 9: | Line 9: | ||
A chunk for use in any FORM, to specify character set used for text in FORM. |
A chunk for use in any FORM, to specify character set used for text in FORM. |
||
<syntaxhighlight> |
<syntaxhighlight lang="C" line> |
||
struct CSet { |
struct CSet { |
||
LONG CodeSet; /* 0=ECMA Latin 1 (std Amiga charset) */ |
LONG CodeSet; /* 0=ECMA Latin 1 (std Amiga charset) */ |
Latest revision as of 19:21, 26 January 2025
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];
}