This is a *VERY* Rough library for translating binary representations of grade 1 braille into ASCII strings.

Revision:
9:cc189ce99a98
Parent:
8:4e65648a50cd
--- a/Braille_In.cpp	Fri Oct 12 07:07:43 2012 +0000
+++ b/Braille_In.cpp	Fri Oct 12 07:22:30 2012 +0000
@@ -136,7 +136,9 @@
         out=' ';
         NextCaps=true;
         break;
-    
+    case 127:
+        out=' ';
+        break;
         
     default:
         out=' ';