Skip to content

Commit

Permalink
Merge pull request #119 from Guitarbum722/add-more-charsets
Browse files Browse the repository at this point in the history
Add more charsets
  • Loading branch information
briandowns committed Jun 18, 2021
2 parents c83d88d + 08205d9 commit 43683a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions character_sets.go
Expand Up @@ -84,6 +84,8 @@ var CharSets = map[int][]string{
76: {"ဝ", "၀"},
77: {"▌", "▀", "▐▄"},
78: {"⠈⠁", "⠈⠑", "⠈⠱", "⠈⡱", "⢀⡱", "⢄⡱", "⢄⡱", "⢆⡱", "⢎⡱", "⢎⡰", "⢎⡠", "⢎⡀", "⢎⠁", "⠎⠁", "⠊⠁"},
79: {"________", "-_______", "_-______", "__-_____", "___-____", "____-___", "_____-__", "______-_", "_______-", "________", "_______-", "______-_", "_____-__", "____-___", "___-____", "__-_____", "_-______", "-_______", "________"},
80: {"|_______", "_/______", "__-_____", "___\\____", "____|___", "_____/__", "______-_", "_______\\", "_______|", "______\\_", "_____-__", "____/___", "___|____", "__\\_____", "_-______"},
}

func init() {
Expand Down

0 comments on commit 43683a1

Please sign in to comment.