ASCII control characters: Difference between revisions

Content added Content deleted
(Initial submission for ASCII control characters)
Line 159: Line 159:
CFStringRef result
CFStringRef result
CFDictionaryRef asciiDict = @{
CFDictionaryRef asciiDict = @{
@"nul": @"0 0 000 NULL",
@"soh": @"1 01 001 Start of heading",
@"soh": @"2 02 002 Start of text",
@"etx": @"3 03 003 End of text",
@"etx": @"3 03 003 End of text",
@"eot": @"4 04 004 End of transmission",
@"eot": @"4 04 004 End of transmission",
Line 209: Line 212:
</syntaxhighlight>
</syntaxhighlight>
<pre>
<pre>
Ctl Dec Hex Oct Description
nul 0 0 000 NULL

Ctl Dec Hex Oct Description
Ctl Dec Hex Oct Description
vt 11 0B 013 Vertical tab
vt 11 0B 013 Vertical tab