From dc786234518670aa20f2d9e5f004d86317685fb9 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 3 Aug 2012 15:58:11 +0100 Subject: [PATCH] Reduce the length of the description for unicode map --- metadata/org.madore.android.unicodeMap.txt | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/metadata/org.madore.android.unicodeMap.txt b/metadata/org.madore.android.unicodeMap.txt index 6efc0e0ddf..471ebe920a 100644 --- a/metadata/org.madore.android.unicodeMap.txt +++ b/metadata/org.madore.android.unicodeMap.txt @@ -8,22 +8,10 @@ Summary:Browse and copy Unicode characters Description: UnicodeMap lets you browse Unicode characters by range and search for them by name, display them (when Android has the font) and copy them to the clipboard. It can -also decode a string of Unicode characters to names. - -This app is just the list of Unicode characters, arranged by block: you can -browse through them, enter them in a dedicated text field, and copy that field to -the clipboard (it works a bit the way Gucharmap does). There is also a primitive -search feature (to search on the character name). Of course, Android will only +also decode a string of Unicode characters to names. Of course, Android will only properly display a minuscule fraction of the characters, but those that are not properly displayed still “work” in the sense that you can copy them around or whatever. - -This is a very basic and limited program, and not much data is available -(essentially, only the character name, its code point and its general category). -The list of characters, on the other hand, is complete: the latest version has -the full Unicode 6.1 character set (all 110 181 of them). In particular, the -program is not limited to the first plane of Unicode (aka, 65536 codepoints): -you can copy-paste cuneiform if you like. . Repo Type:git