Skip to content

Commit

Permalink
Renamed digits.charset to decimal.charset
Browse files Browse the repository at this point in the history
  • Loading branch information
eshel committed Jul 8, 2013
1 parent 0613db4 commit 2edf690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,4 +4,6 @@ asciiart
A python library and command-line tool to handle ASCII-Art to Text conversions

Usage instructions:
python asciiart.py -h

python asciiart.py -h

2 changes: 1 addition & 1 deletion asciiart.py
Expand Up @@ -3,7 +3,7 @@
import argparse
import sys

DEFAULT_CHARSET_FILE = 'digits.charset'
DEFAULT_CHARSET_FILE = 'decimal.charset'
INVALID_CHAR_INDICATOR = '?'

ADD_ILLEGAL_LINE_SUFFIX = True
Expand Down
File renamed without changes.

0 comments on commit 2edf690

Please sign in to comment.