Small Business Resources, Business Advice and Forms from AllBusiness.com

Business Glossary

Search the Business Glossary:

Business Definition for: ANSI (American National Standards Institute)

ANSI (American National Standards Institute)

the main industrial standardization organization in the United States. There are official ANSI standards in almost all industries, and many of them have to do with computers. In computer programming, ANSI most often refers to one of the following:

  1. ANSI standard versions of C, FORTRAN, COBOL, or other programming languages. Typically, a particular manufacturer's version of a language will include all of the features defined in the ANSI standard, plus additional features devised by the manufacturer. To be easily transportable from one computer to another, a program should not use any features that are not in theANSI standard. The programmer can then produce executable versions of it for different types of computers by compiling the same program with different compilers.
  2. ANSI standard escape sequences for controlling the screen of a computer terminal or microcomputer. An escape sequence is a series of character codes which, when sent to the screen, causes the screen to do something other than simply display the characters to which the codes correspond. The ANSI escape sequences all begin with theASCII Escape character (code 27). See ANSI screen control .
  3. The ANSI extended character set used in MicrosoftWindows, and shown in Table 2. It includes all the ASCII characters plus many others. See ASCII ; IBM PC ; Unicode ; Windows (Microsoft) .

To type any ANSI character in Microsoft Windows, hold down the Alt key while typing 0 followed by the character code number on the numeric keypad at the right-hand side of the keyboard. For example, to type é, hold down Alt and type 0233. You may prefer to use the Character Map utility to select characters and copy them to the Clipboard, and then paste them into your application.

4001002201-01

Copyright © 2006, 2003, 2000, 1998, 1996, 1995, 1992, 1989, 1986 by Barron's Educational Series, Inc. Reprinted by arrangement with Publisher.