Blob Blame History Raw
--- camomile-0.8.3/mappings/gen_mappings.ml.old	2012-05-19 10:48:13.369690746 +0100
+++ camomile-0.8.3/mappings/gen_mappings.ml	2012-05-19 10:42:42.961692259 +0100
@@ -159,7 +159,8 @@
 	  | _ -> ())
       |	TW ->
 	  (match String.length enc with
-	    1 -> ()			(*ascii*)
+	    1 -> 
+              print_string ""; ()			(*ascii*)
 	  | 2 ->			(*CNS 11643 Plane 1*)
 	      let enc1 = Char.code enc.[0] in
 	      let enc2 = Char.code enc.[1] in