Skip to content

Commit

Permalink
Don't convert ASCII characters to ATASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
trekawek committed Jun 5, 2023
1 parent 645c262 commit b60726c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions util/convert-atascii.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ var ATASCII_TO_ASCII = map[byte]rune{
0x1D: '↓',
0x1E: '←',
0x1F: '→',
0x7B: '♠',
0x7C: '|',
0x7D: '↰',
0x7E: '◀',
0x7F: '▶',
//0x7B: '♠',
//0x7C: '|',
//0x7D: '↰',
//0x7E: '◀',
//0x7F: '▶',
0x82: '▊',
0x88: '◤',
0x89: '▛',
Expand Down

0 comments on commit b60726c

Please sign in to comment.