home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / charsets / latin1.mss < prev    next >
Text File  |  2020-01-01  |  6KB  |  235 lines

  1. @part(latin,root="book")
  2. @newpage()
  3. @label(-latin)
  4. @Modify<Plus,Size -0.2,script 0.1lines>
  5. @subh<ISO 8859-1 Latin Alphabet 1>
  6. @index<Character Sets>
  7. @index<Latin-1>@index<ISO Latin Alphabet 1>
  8.  
  9. Table @ref<-l1tbl> shows the characters of ISO 8859-2 Latin Alphabet 1,
  10. which is supported as both a transfer character-set and a file
  11. character-set by C-Kermit.
  12.  
  13. The character names are taken from ISO Standard 8859-1, modified to show upper
  14. or lower case typographically rather than spelling out UPPER CASE and LOWER
  15. CASE for each letter.
  16.  
  17. @begin<table,invisible,above 0,below 1.5picas>
  18. @caption<ISO Latin Alphabet 1>
  19. @tag<-l1tbl>
  20. @end<table>
  21. @style(tableheadingwidth on,tablecontinuation open)
  22. @definerowformat(l1topheading, boxtype vthinbox, columns=[column flushleft,
  23. column combined, column combined, column combined, column combined,
  24. column combined])
  25. @definerowformat(l1entries, columns=[column center, column flushleft, 
  26. column center, column center, column flushleft, column flushleft])
  27. @definerowformat(l1headings, boxtype vthinbox, columns=[column center,
  28. column flushleft, column flushleft,
  29. column flushleft, column flushleft, column flushleft], boxtype hxbx)
  30. @begin<format,tablecolumns=l1entries,size 9.5,spread 10pts,boxtype thinbox,
  31.   use standardboxmargins,boxlm 5pts,boxrm 5pts>
  32. @tableid(l1table)
  33. @tableheading(immediate, rowformat l1topheading,
  34. Line [@b<Table @ref(-l1tbl)@hsp(2ems)>ISO 8859-1 Latin Alphabet 1])
  35. @tableheading{continued, rowformat l1topheading,
  36. Line [@b<Table @ref(-l1tbl)@hsp(2ems)>ISO 8859-1 Latin Alphabet 1@~
  37. (continued)]}
  38. @tableheading(immediate, rowformat l1headings, continued,
  39. Line [@i<Char>@\@i<Dec>@\@i<Row/Col>@\@i<Oct>@\@i<Hex>@\@i<Name>])
  40.  
  41. @\160@\10/00@\240@\A0@\No-break space
  42.  
  43. @act(!)@\161@\10/01@\241@\A1@\Inverted exclamation
  44.  
  45. @cent()@\162@\10/02@\242@\A2@\Cent sign
  46.  
  47. @sterling()@\163@\10/03@\243@\A3@\Pound sign
  48.  
  49. @currency()@\164@\10/04@\244@\A4@\Currency sign
  50.  
  51. @yen()@\165@\10/05@\245@\A5@\Yen sign
  52.  
  53. @vbar()@\166@\10/06@\246@\A6@\Broken bar
  54.  
  55. @prg()@\167@\10/07@\247@\A7@\Paragraph sign
  56.  
  57. @umlaut()@\168@\10/08@\250@\A8@\Diaeresis
  58.  
  59. @s(&)@\169@\10/09@\251@\A9@\Copyright sign
  60.  
  61. @fem()@\170@\10/10@\252@\AA@\Feminine ordinal
  62.  
  63. @gml()@\171@\10/11@\253@\AB@\Left angle quotation
  64.  
  65. @s(3)@\172@\10/12@\254@\AC@\Not sign
  66.  
  67.  @\173@\10/13@\255@\AD@\Soft hyphen
  68.  
  69. @s(%)@\174@\10/14@\256@\AE@\Registered trade mark
  70.  
  71. @macron()@\175@\10/15@\257@\AF@\Macron
  72.  
  73. @degree()@\176@\11/00@\260@\B0@\Degree sign, ring above
  74.  
  75. @s(p)@\177@\11/01@\261@\B1@\Plus-minus sign
  76.  
  77. @tiny(@+<2>)@\178@\11/02@\262@\B2@\Superscript two
  78.  
  79. @tiny(@+<3>)@\179@\11/03@\263@\B3@\Superscript three
  80.  
  81. @acute()@\180@\11/04@\264@\B4@\Acute accent
  82.  
  83. @g(m)@\181@\11/05@\265@\B5@\Micro sign
  84.  
  85. @pilcrow()@\182@\11/06@\266@\B6@\Pilcrow sign
  86.  
  87. @bullet()@\183@\11/07@\267@\B7@\Middle dot
  88.  
  89. @cedilla@\184@\11/08@\270@\B8@\Cedilla
  90.  
  91. @tiny(@+<1>)@\185@\11/09@\271@\B9@\Superscript one
  92.  
  93. @masc()@\186@\11/10@\272@\BA@\Masculine ordinal
  94.  
  95. @gmr()@\187@\11/11@\273@\BB@\Right angle quotation
  96.  
  97. @frac14()@\188@\11/12@\274@\BC@\One quarter
  98.  
  99. @frac12()@\189@\11/13@\275@\BD@\One half
  100.  
  101. @frac34()@\190@\11/14@\276@\BE@\Three quarters
  102.  
  103. @act(?)@\191@\11/15@\277@\BF@\Inverted question mark
  104.  
  105. @uagr()@\192@\12/00@\300@\C0@\A grave
  106.  
  107. @uaac()@\193@\12/01@\301@\C1@\A acute
  108.  
  109. @uacr()@\194@\12/02@\302@\C2@\A circumflex
  110.  
  111. @uatl()@\195@\12/03@\303@\C3@\A tilde
  112.  
  113. @uaum()@\196@\12/04@\304@\C4@\A diaeresis
  114.  
  115. @uawc()@\197@\12/05@\305@\C5@\A ring above
  116.  
  117. @uae()@\198@\12/06@\306@\C6@\A with E
  118.  
  119. @uccd()@\199@\12/07@\307@\C7@\C Cedilla
  120.  
  121. @uegr()@\200@\12/08@\310@\C8@\E grave
  122.  
  123. @ueac()@\201@\12/09@\311@\C9@\E acute
  124.  
  125. @uecr()@\202@\12/10@\312@\CA@\E circumflex
  126.  
  127. @ueum()@\203@\12/11@\313@\CB@\E diaeresis
  128.  
  129. @uigr()@\204@\12/12@\314@\CC@\I grave
  130.  
  131. @uiac()@\205@\12/13@\315@\CD@\I acute
  132.  
  133. @uicr()@\206@\12/14@\316@\CE@\I circumflex
  134.  
  135. @uium()@\207@\12/15@\317@\CF@\I diaeresis
  136.  
  137. @act()]@\208@\13/00@\320@\D0@\Icelandic Eth
  138.  
  139. @untl()@\209@\13/01@\321@\D1@\N tilde
  140.  
  141. @uogr()@\210@\13/02@\322@\D2@\O grave
  142.  
  143. @uoac()@\211@\13/03@\323@\D3@\O acute
  144.  
  145. @uocr()@\212@\13/04@\324@\D4@\O circumflex
  146.  
  147. @uotl()@\213@\13/05@\325@\D5@\O tilde
  148.  
  149. @uoum()@\214@\13/06@\326@\D6@\O diaeresis
  150.  
  151. @s(s)@\215@\13/07@\327@\D7@\Multiplication sign
  152.  
  153. @uows()@\216@\13/08@\330@\D8@\O oblique stroke
  154.  
  155. @uugr()@\217@\13/09@\331@\D9@\U grave
  156.  
  157. @uuac()@\218@\13/10@\332@\DA@\U acute
  158.  
  159. @uucr()@\219@\13/11@\333@\DB@\U circumflex
  160.  
  161. @uuum()@\220@\13/12@\334@\DC@\U diaeresis
  162.  
  163. @uyac()@\221@\13/13@\335@\DD@\Y acute
  164.  
  165. @act(^)@\222@\13/14@\336@\DE@\Icelandic Thorn
  166.  
  167. @ss()@\223@\13/15@\337@\DF@\German sharp s
  168.  
  169. @agr()@\224@\14/00@\340@\E0@\a grave
  170.  
  171. @aac()@\225@\14/01@\341@\E1@\a acute
  172.  
  173. @acr()@\226@\14/02@\342@\E2@\a circumflex
  174.  
  175. @atl()@\227@\14/03@\343@\E3@\a tilde
  176.  
  177. @aum()@\228@\14/04@\344@\E4@\a diaeresis
  178.  
  179. @awc()@\229@\14/05@\345@\E5@\a ring above
  180.  
  181. @ae()@\230@\14/06@\346@\E6@\a with e
  182.  
  183. @ccd()@\231@\14/07@\347@\E7@\c cedilla
  184.  
  185. @egr()@\232@\14/08@\350@\E8@\e grave
  186.  
  187. @eac()@\233@\14/09@\351@\E9@\e acute
  188.  
  189. @ecr()@\234@\14/10@\352@\EA@\e circumflex
  190.  
  191. @eum()@\235@\14/11@\353@\EB@\e diaeresis
  192.  
  193. @igr()@\236@\14/12@\354@\EC@\i grave
  194.  
  195. @iac()@\237@\14/13@\355@\ED@\i acute
  196.  
  197. @icr()@\238@\14/14@\356@\EE@\i circumflex
  198.  
  199. @ium()@\239@\14/15@\357@\EF@\i diaeresis
  200.  
  201. @act(})@\240@\15/00@\360@\F0@\Icelandic eth
  202.  
  203. @ntl()@\241@\15/01@\361@\F1@\n tilde
  204.  
  205. @ogr()@\242@\15/02@\362@\F2@\o grave
  206.  
  207. @oac()@\243@\15/03@\363@\F3@\o acute
  208.  
  209. @ocr()@\244@\15/04@\364@\F4@\o circumflex
  210.  
  211. @otl()@\245@\15/05@\365@\F5@\o tilde
  212.  
  213. @oum()@\246@\15/06@\366@\F6@\o diaeresis
  214.  
  215. @s(w)@\247@\15/07@\367@\F7@\Division sign
  216.  
  217. @ows()@\248@\15/08@\370@\F8@\o oblique stroke
  218.  
  219. @ugr()@\249@\15/09@\371@\F9@\u grave
  220.  
  221. @uac()@\250@\15/10@\372@\FA@\u acute
  222.  
  223. @ucr()@\251@\15/11@\373@\FB@\u circumflex
  224.  
  225. @uum()@\252@\15/12@\374@\FC@\u diaeresis
  226.  
  227. @yac()@\253@\15/13@\375@\FD@\y acute
  228.  
  229. @act(6)@\254@\15/14@\376@\FE@\Icelandic thorn
  230.  
  231. @yum()@\255@\15/15@\377@\FF@\y diaeresis
  232.  
  233. @end<format>
  234.  
  235.