. ASCII = American Standard Code for Information Interchange . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . _ _______________________________ _ . |_|_|_ _|_|_| . _|_|_| |_|_|_ . | |_| |_| | . | _ _ ___ ___ | . | /\ ( ` / ` | | | . | /__\ \ | | | | . | / \ ._) \_, _|_ _|_ | . | | . | _ _ | . |_|_|_ _|_|_| . _|_|_| |_|_|_ . |_| |_______________________________| |_| . . . -=[ a simplified view ]=- . .# .# struct char_set ( .# .# 0 .. 31 : unprintable control-codes > .# 32 .. 126 : printable ascii char set >--- ASCII CHAR SET .# 127 : backspace+delete > .# 128 .. 255 : extended char set ]--- OEM/ISO EXTENSION .# .# ) .# . . 32-126 guaranteed to pass through all transports . 128-255 different in every font . . recommend usage of the chars 32-126, which are:- . . !"#$%&'()*+,-./0123456789:;<=>?@ . ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_` . abcdefghijklmnopqrstuvwxyz{|}~ . . to ensure widest possible distribution. . . a char is a character or glyph that you can see . on the key-caps of your US-keyboard . . ascii-art is a picture made using those chars . . eg: . / \ | | |.| |.| |:| __ ,_|:|_, / ) (Oo / _I_ +\ \ || __| \ \||___| \ /.:.\-\ |.:. /-----\ |___|::oOo::| / |:<_T_>:| |_____\ ::: / | | \ \:/ | | | | [NOSIG] \ / | \__ / | \____\ `-' . ******************************************************** *** There is a wealth of information about ASCII Art *** *** in the ASCII Documents Archive & Library *** International Mirrors http://martweb.hypermart.net/ada/ (Seattle, America) http://www.sci.fi/~iltzu/ascii/ada/ (Helsinki, Finland) http://www.ludd.luth.se/~vk/q/ada/ (Luleå, Sweden) http://voices.vossnet.co.uk/a/atkins/ada/ (Langley, UK) http://website.lineone.net/~martin.atkins/ada/ (London, UK) http://www.ascii-art.de/ascii/faq.html (Germany) ********************************************************