Remove improperly mapped glyphs from cmap

The Lohit Kannada and Telugu fonts contained cmap mappings for several
characters that were not valid. These mappings were conflicting with
valid glyphs from another font. This patch simply removes the mappings,
as follows:

1. Removed cmap mapping for U+2212 MINUS SIGN from both fonts that
pointed to a tofu glyph.
2. Removed cmap mapping for U+FFBC..FFF2 from the Telugu font that
pointed to tofu glyphs.

This patch is part of the fix for bug 7467609.

Change-Id: Id18850a296abc6667907166da0d7e072fb7b3f45
diff --git a/lohit-kannada-ttf/Lohit-Kannada.ttf b/lohit-kannada-ttf/Lohit-Kannada.ttf
index e857b0f..a246d25 100644
--- a/lohit-kannada-ttf/Lohit-Kannada.ttf
+++ b/lohit-kannada-ttf/Lohit-Kannada.ttf
Binary files differ
diff --git a/lohit-kannada-ttf/README b/lohit-kannada-ttf/README
index e4f8207..19f598c 100644
--- a/lohit-kannada-ttf/README
+++ b/lohit-kannada-ttf/README
@@ -18,4 +18,7 @@
 http://www.redhat.com/mailman/listinfo/lohit-devel-list
 
 
+NOTE: This font file was modified from the original source by the Android
+and i18n teams, to remove improperly mapped glyphs. We are in the process
+of getting these changes merged with the upstream source.
 
diff --git a/lohit-telugu-ttf/Lohit-Telugu.ttf b/lohit-telugu-ttf/Lohit-Telugu.ttf
index 748a59e..b01087d 100644
--- a/lohit-telugu-ttf/Lohit-Telugu.ttf
+++ b/lohit-telugu-ttf/Lohit-Telugu.ttf
Binary files differ
diff --git a/lohit-telugu-ttf/README b/lohit-telugu-ttf/README
index e4f8207..1f46ea0 100644
--- a/lohit-telugu-ttf/README
+++ b/lohit-telugu-ttf/README
@@ -18,4 +18,6 @@
 http://www.redhat.com/mailman/listinfo/lohit-devel-list
 
 
-
+NOTE: This font file was modified from the original source by the Android
+and i18n teams, to remove improperly mapped glyphs. We are in the process
+of getting these changes merged with the upstream source.