| C1 Control Code |
Shopping C0 |
Website Links For Control |
Information AboutC1 Control Code |
| CATEGORIES ABOUT C0 AND C1 CONTROL CODES | |
| control characters | |
|
The C0 and '''C1''' Control Code sets define control codes for use in text. C0, originally defined in ISO 646 , defines codes in the range 00 HEX –1FHEX. C1, originally defined in ISO 6429 , defines codes in the range 80HEX–9FHEX. The C0 codes are used with ASCII and most encodings based on it. The C1 codes were included in the ISO-8859-n series of encodings and Unicode but are rarely used. When they turn up in documents, Web pages, e-mail messages, etc., which are ostensibly in an ISO-8859-n encoding, they probably are actually intended to refer to the characters at that position in a proprietary, system-specific encoding such as Windows-1252 or the Apple Macintosh character set, even though such usage is nonstandard. Most applications only interpret the control codes for LF, CR, and HT. A few applications also interpret VT, FF, and NEL (in C1). Very few applications interpret the other C0 and C1 control codes. __TOC__ C0 (ASCII AND DERIVATIVES) C1 (ISO-8859 AND UNICODE) REFERENCES
|
|
|