Hungarian LATIN2 Turkish LATIN5,3 Icelandic LATIN1 Ukranian CYRILLIC Table 3: Preferred Transfer Syntax Character Sets _____________________________________________________________________________ IMPLEMENTATION OF LEVEL 1 The Level-1 Kermit extension can be added to existing Kermit programs with a minimum of effort. The following steps are required for each Kermit program: 1. Add the SET FILE TYPE { BINARY, TEXT } command, if the program doesn't have it already. SET FILE TYPE TEXT enables text-file character set conversion at all levels. SET FILE TYPE BINARY disables conversions of all kinds. 2. Add the SET FILE CHARACTER-SET command. The set of should include ASCII (used for program source, etc) plus the names of any "national" character sets that are used on this particular computer. 3. Add the SET TRANSFER-SYNTAX