/* BEGIN INCLUDE FILE - comp_DCcodes.incl.pl1 */ /* format: style2,ind2,ll79,dclind4,idind25,comcol51,linecom */ /* ASCII control characters */ dcl ( NUL init (""), /* 000 */ SOH init (""), /* 001 */ STX init (""), /* 002 */ ETX init (""), /* 003 */ EOT init (""), /* 004 */ ENQ init (""), /* 005 */ ACK init (""), /* 006 */ BEL init (""), /* 007 */ BSP init (""), /* 010 */ HT init (" "), /* 011 */ (NL, LF) init (" "), /* 012 */ VT init (" "), /* 013 */ FF init (" "), /* 014 */ CR init (" "), /* 015 */ (RRS, SO) init (""), /* 016 */ (BRS, SI) init (""), /* 017 */ DLE init (""), /* 020 */ DC1 init (""), /* 021 */ (DC2, HLF) init (""), /* 022 */ DC3 init (""), /* 023 */ (DC4, HLR, THICK) init (""), /* 024 */ (NAK, MEDIUM) init (""), /* 025 */ SYN init (""), /* 026 */ (ETB, HAIR) init (""), /* 027 */ (CAN, STROKE) init (""), /* 030 */ oct031 init (""), /* 031 */ SUB init (""), /* 032 */ ESC init (""), /* 033 */ FS init (""), /* 034 */ GS init (""), /* 035 */ RS init (""), /* 036 */ US init (""), /* 037 */ (DEL, PAD) init (""), /* 177 */ /* compose special use characters */ multiply init ("ª"), /* 252 - multiply symbol */ pl_mi init ("«"), /* 253 - plus-or-minus sign */ nabla init ("¬"), /* 254 */ EMd init ("­"), /* 255 - EM dash */ slash init ("¯"), /* 256 */ dagger init ("±"), /* 261 */ perpen init ("»"), /* 273 - perpendicular mark */ not_eq init ("½"), /* 275 - not-equal mark */ dbldag init ("Á"), /* 301 - double daggar */ cright init ("Ã"), /* 303 - copyright mark */ delta init ("Ä"), /* 304 */ bullet init ("Í"), /* 315 */ prll init ("Î"), /* 316 - parallel mark */ PI init ("Ð"), /* 320 - uppercase Greek pi */ tmark init ("Ô"), /* 324 - trademark */ tfore init ("Ö"), /* 326 - therefore mark */ approx init ("Ú"), /* 332 - approximately-equal mark */ infin init ("ß"), /* 337 - infinity */ theta init ("ê"), /* 352 */ pi init ("ð"), /* 360 - lowercase Greek pi */ square init ("ý"), /* 375 */ overbar init ("þ"), /* 376 */ PS init ("ÿ"), /* 377 - punctuation space */ sup0 init (""), /* 400 - superior digit 0 */ sup1 init (""), /* 401 - superior digit 1 */ sup2 init (""), /* 402 - superior digit 2 */ sup3 init (""), /* 403 - superior digit 3 */ sup4 init (""), /* 404 - superior digit 4 */ sup5 init (""), /* 405 - superior digit 5 */ sup6 init (""), /* 406 - superior digit 6 */ sup7 init (""), /* 407 - superior digit 7 */ sup8 init (""), /* 410 - superior digit 8 */ sup9 init (" "), /* 411 - superior digit 9 */ EM init (" "), /* 412 - EM space */ EM_ init (" "), /* 413 - EM aligned dash */ EN init (" "), /* 414 - EN space */ EN_ init (" "), /* 415 - EN aligned dash */ ENd init (""), /* 416 - EN dash */ THIN init (""), /* 417 - thinspace */ DEVIT init (""), /* 420 - device unit */ lquote init (""), /* 421 - left double quote */ rquote init (""), /* 422 - right double quote */ modmark init (""), /* 424 - text modification/addition mark */ delmark init (""), /* 430 - deletion mark */ vrule init ("Z"), /* 532 - vertical rule */ lslnt init ("^") /* 536 - left slant */ ) char (1) unaligned static options (constant); dcl PSv fixed bin static options (constant) init (255); /* END INCLUDE FILE comp_DCcodes.incl.pl1 */ */ ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull and Bull HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by Bull HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved */