Content deleted Content added
refactor |
originally eight separators |
||
Line 2:
{{AfDM|page=Control-\ (2nd nomination)|year=2023|month=October|day=11|substed=yes|origtag=afdx|help=off}}
<!-- End of AfD message, feel free to edit beyond this point -->
In [[computing]], '''control-\''' is a [[control character]] in [[ASCII code]], also known as the '''file separator''' or '''field separator''' ('''[[field separator|FS]]''') character. It is generated by pressing the {{keypress|'''[[backslash|\]]'''}} key while holding down the {{keypress|[[control key|Ctrl]]}} key on a [[computer keyboard]]. It is the highest-level of the four separators in the ASCII [[C0 and C1 control codes]]; the others are control-] (group separator), control-^ (record separator), and control-_ (unit separator).<ref name=dfi>{{citation|url=https://www.nist.gov/publications/data-format-interchange-fingerprint-facial-other-biometric-information-ansinist-itl-1-1|date=August 22, 2016|first=Kevin|last=Mangold|doi=10.6028/NIST.SP.500-290e3|title=Data Format for the Interchange of Fingerprint, Facial & Other Biometric Information ANSI/NIST-ITL 1-2011 NIST Special Publication 500-290 Edition 3|contribution=Annex B: Traditional Encoding|pages=509–522|publisher=[[American National Standards Institute]] and [[National Institute of Standards and Technology]]}}</ref> It was one of eight codes reserved as separators in the 1963 version of the ASCII standard;<ref>{{citation | last1 = Gorn | first1 = S. | last2 = Bemer | first2 = R. W. | last3 = Green | first3 = J. | date = August 1963 | doi = 10.1145/366707.367524 | issue = 8 | journal = Communications of the ACM | pages = 422–426 | title = American standard code for information interchange | volume = 6}}</ref> these were reduced to four separators in the 1968 version of the standard.
In its use as a file separator, this character can be used to subdivide textual data into [[Record (computer science)|records]] or other semantic units; for instance, it has this role in the ANSI/NIST-ITL Standard Data Format for the Interchange of Fingerprint, Facial & Other Biometric Information.<ref name=dfi/>
|