Bodha Converter: Fix description.

This commit is contained in:
Boris Kraut 2014-07-20 23:16:25 +02:00
parent aa79d6b1b9
commit 8dd997c143

View file

@ -6,12 +6,14 @@ Issue Tracker:https://github.com/dillbyrne/Bodha-Converter/issues
Bitcoin:1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
Auto Name:Bodha Converter
Summary:Convert between Binary, Octal, Decimal, Hex and Ascii with a zen like approach.
Summary:Convert binary, octal, decimal, hex and ASCII
Description:
Supports general ( Binary , Octal , Decimal and Hex ) conversions up to 2^63-1
in their respective formats. It also supports Ascii characters in the range of
NUL to DEL (0 - 127)
Supports general (binary, octal, decimal and hexadecimal) conversions up to
2^63-1 in their respective formats. It also supports ASCII characters in the
range of NUL to DEL (0 - 127). A convenient table is also included for quick
lookups also in the range of 0 - 127.
.
Repo Type:git
Repo:https://github.com/dillbyrne/Bodha-Converter.git