From 8dd997c1431f3f3852569235361cbadba45dd788 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 20 Jul 2014 23:16:25 +0200 Subject: [PATCH] Bodha Converter: Fix description. --- metadata/byrne.utilities.converter.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/metadata/byrne.utilities.converter.txt b/metadata/byrne.utilities.converter.txt index 53bfeea41c..1adb979c05 100644 --- a/metadata/byrne.utilities.converter.txt +++ b/metadata/byrne.utilities.converter.txt @@ -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