App-Table2YAML
view release on metacpan or search on metacpan
share/test/asciitable/ascii7.org view on Meta::CPAN
| 014 | 12 | 0C | FF '\f' (form feed) |
| 015 | 13 | 0D | CR '\r' (carriage ret) |
| 016 | 14 | 0E | SO (shift out) |
| 017 | 15 | 0F | SI (shift in) |
| 020 | 16 | 10 | DLE (data link escape) |
| 021 | 17 | 11 | DC1 (device control 1) |
| 022 | 18 | 12 | DC2 (device control 2) |
| 023 | 19 | 13 | DC3 (device control 3) |
| 024 | 20 | 14 | DC4 (device control 4) |
| 025 | 21 | 15 | NAK (negative ack.) |
| 026 | 22 | 16 | SYN (synchronous idle) |
| 027 | 23 | 17 | ETB (end of trans. blk) |
| 030 | 24 | 18 | CAN (cancel) |
| 031 | 25 | 19 | EM (end of medium) |
| 032 | 26 | 1A | SUB (substitute) |
| 033 | 27 | 1B | ESC (escape) |
| 034 | 28 | 1C | FS (file separator) |
| 035 | 29 | 1D | GS (group separator) |
| 036 | 30 | 1E | RS (record separator) |
| 037 | 31 | 1F | US (unit separator) |
| 040 | 32 | 20 | SPACE |
share/test/dsv/ascii7.csv view on Meta::CPAN
014,12,0C,FF '\f' (form feed)
015,13,0D,CR '\r' (carriage ret)
016,14,0E,SO (shift out)
017,15,0F,SI (shift in)
020,16,10,DLE (data link escape)
021,17,11,DC1 (device control 1)
022,18,12,DC2 (device control 2)
023,19,13,DC3 (device control 3)
024,20,14,DC4 (device control 4)
025,21,15,NAK (negative ack.)
026,22,16,SYN (synchronous idle)
027,23,17,ETB (end of trans. blk)
030,24,18,CAN (cancel)
031,25,19,EM (end of medium)
032,26,1A,SUB (substitute)
033,27,1B,ESC (escape)
034,28,1C,FS (file separator)
035,29,1D,GS (group separator)
036,30,1E,RS (record separator)
037,31,1F,US (unit separator)
040,32,20,SPACE
share/test/dsv/ascii7.tsv view on Meta::CPAN
014 12 0C FF '\f' (form feed)
015 13 0D CR '\r' (carriage ret)
016 14 0E SO (shift out)
017 15 0F SI (shift in)
020 16 10 DLE (data link escape)
021 17 11 DC1 (device control 1)
022 18 12 DC2 (device control 2)
023 19 13 DC3 (device control 3)
024 20 14 DC4 (device control 4)
025 21 15 NAK (negative ack.)
026 22 16 SYN (synchronous idle)
027 23 17 ETB (end of trans. blk)
030 24 18 CAN (cancel)
031 25 19 EM (end of medium)
032 26 1A SUB (substitute)
033 27 1B ESC (escape)
034 28 1C FS (file separator)
035 29 1D GS (group separator)
036 30 1E RS (record separator)
037 31 1F US (unit separator)
040 32 20 SPACE
share/test/fixedwidth/ascii7.txt view on Meta::CPAN
014 12 0C FF '\f' (form feed)
015 13 0D CR '\r' (carriage ret)
016 14 0E SO (shift out)
017 15 0F SI (shift in)
020 16 10 DLE (data link escape)
021 17 11 DC1 (device control 1)
022 18 12 DC2 (device control 2)
023 19 13 DC3 (device control 3)
024 20 14 DC4 (device control 4)
025 21 15 NAK (negative ack.)
026 22 16 SYN (synchronous idle)
027 23 17 ETB (end of trans. blk)
030 24 18 CAN (cancel)
031 25 19 EM (end of medium)
032 26 1A SUB (substitute)
033 27 1B ESC (escape)
034 28 1C FS (file separator)
035 29 1D GS (group separator)
036 30 1E RS (record separator)
037 31 1F US (unit separator)
040 32 20 SPACE
share/test/html/ascii7.html view on Meta::CPAN
<tr>
<td class="right"> 025 </td>
<td class="right"> 21 </td>
<td class="right"> 15 </td>
<td class="left"> NAK (negative ack.) </td>
</tr>
<tr>
<td class="right"> 026 </td>
<td class="right"> 22 </td>
<td class="right"> 16 </td>
<td class="left"> SYN (synchronous idle) </td>
</tr>
<tr>
<td class="right"> 027 </td>
<td class="right"> 23 </td>
<td class="right"> 17 </td>
<td class="left"> ETB (end of trans. blk) </td>
</tr>
<tr>
<td class="right"> 030 </td>
<td class="right"> 24 </td>
share/test/latex/ascii7.tex view on Meta::CPAN
014 & 12 & 0C & FF '\f' (form feed) \\
015 & 13 & 0D & CR '\r' (carriage ret) \\
016 & 14 & 0E & SO (shift out) \\
017 & 15 & 0F & SI (shift in) \\
020 & 16 & 10 & DLE (data link escape) \\
021 & 17 & 11 & DC1 (device control 1) \\
022 & 18 & 12 & DC2 (device control 2) \\
023 & 19 & 13 & DC3 (device control 3) \\
024 & 20 & 14 & DC4 (device control 4) \\
025 & 21 & 15 & NAK (negative ack.) \\
026 & 22 & 16 & SYN (synchronous idle) \\
027 & 23 & 17 & ETB (end of trans. blk) \\
030 & 24 & 18 & CAN (cancel) \\
031 & 25 & 19 & EM (end of medium) \\
032 & 26 & 1A & SUB (substitute) \\
033 & 27 & 1B & ESC (escape) \\
034 & 28 & 1C & FS (file separator) \\
035 & 29 & 1D & GS (group separator) \\
036 & 30 & 1E & RS (record separator) \\
037 & 31 & 1F & US (unit separator) \\
040 & 32 & 20 & SPACE \\
share/test/texinfo/ascii7.texi view on Meta::CPAN
@item 014 @tab 12 @tab 0C @tab FF '\f' (form feed)
@item 015 @tab 13 @tab 0D @tab CR '\r' (carriage ret)
@item 016 @tab 14 @tab 0E @tab SO (shift out)
@item 017 @tab 15 @tab 0F @tab SI (shift in)
@item 020 @tab 16 @tab 10 @tab DLE (data link escape)
@item 021 @tab 17 @tab 11 @tab DC1 (device control 1)
@item 022 @tab 18 @tab 12 @tab DC2 (device control 2)
@item 023 @tab 19 @tab 13 @tab DC3 (device control 3)
@item 024 @tab 20 @tab 14 @tab DC4 (device control 4)
@item 025 @tab 21 @tab 15 @tab NAK (negative ack.)
@item 026 @tab 22 @tab 16 @tab SYN (synchronous idle)
@item 027 @tab 23 @tab 17 @tab ETB (end of trans. blk)
@item 030 @tab 24 @tab 18 @tab CAN (cancel)
@item 031 @tab 25 @tab 19 @tab EM (end of medium)
@item 032 @tab 26 @tab 1A @tab SUB (substitute)
@item 033 @tab 27 @tab 1B @tab ESC (escape)
@item 034 @tab 28 @tab 1C @tab FS (file separator)
@item 035 @tab 29 @tab 1D @tab GS (group separator)
@item 036 @tab 30 @tab 1E @tab RS (record separator)
@item 037 @tab 31 @tab 1F @tab US (unit separator)
@item 040 @tab 32 @tab 20 @tab SPACE
share/test/yaml/ascii7.yml view on Meta::CPAN
- [ {Oct: 014}, {Dec: 12}, {Hex: "0C"}, {Char: "FF '\f' (form feed)"} ]
- [ {Oct: 015}, {Dec: 13}, {Hex: "0D"}, {Char: "CR '\r' (carriage ret)"} ]
- [ {Oct: 016}, {Dec: 14}, {Hex: "0E"}, {Char: "SO (shift out)"} ]
- [ {Oct: 017}, {Dec: 15}, {Hex: "0F"}, {Char: "SI (shift in)"} ]
- [ {Oct: 020}, {Dec: 16}, {Hex: 10}, {Char: "DLE (data link escape)"} ]
- [ {Oct: 021}, {Dec: 17}, {Hex: 11}, {Char: "DC1 (device control 1)"} ]
- [ {Oct: 022}, {Dec: 18}, {Hex: 12}, {Char: "DC2 (device control 2)"} ]
- [ {Oct: 023}, {Dec: 19}, {Hex: 13}, {Char: "DC3 (device control 3)"} ]
- [ {Oct: 024}, {Dec: 20}, {Hex: 14}, {Char: "DC4 (device control 4)"} ]
- [ {Oct: 025}, {Dec: 21}, {Hex: 15}, {Char: "NAK (negative ack.)"} ]
- [ {Oct: 026}, {Dec: 22}, {Hex: 16}, {Char: "SYN (synchronous idle)"} ]
- [ {Oct: 027}, {Dec: 23}, {Hex: 17}, {Char: "ETB (end of trans. blk)"} ]
- [ {Oct: 030}, {Dec: 24}, {Hex: 18}, {Char: "CAN (cancel)"} ]
- [ {Oct: 031}, {Dec: 25}, {Hex: 19}, {Char: "EM (end of medium)"} ]
- [ {Oct: 032}, {Dec: 26}, {Hex: "1A"}, {Char: "SUB (substitute)"} ]
- [ {Oct: 033}, {Dec: 27}, {Hex: "1B"}, {Char: "ESC (escape)"} ]
- [ {Oct: 034}, {Dec: 28}, {Hex: "1C"}, {Char: "FS (file separator)"} ]
- [ {Oct: 035}, {Dec: 29}, {Hex: "1D"}, {Char: "GS (group separator)"} ]
- [ {Oct: 036}, {Dec: 30}, {Hex: "1E"}, {Char: "RS (record separator)"} ]
- [ {Oct: 037}, {Dec: 31}, {Hex: "1F"}, {Char: "US (unit separator)"} ]
- [ {Oct: 040}, {Dec: 32}, {Hex: 20}, {Char: "SPACE"} ]
( run in 0.786 second using v1.01-cache-2.11-cpan-0d8aa00de5b )