Fixes issue 2145

Cannot show the emoji icon on Android 1.6 at least. Replaced all "< img" to "<img".
This commit is contained in:
Koji Arai 2010-08-15 14:52:59 +00:00
parent da90792fa7
commit 7964c34dbd
2 changed files with 665 additions and 668 deletions

View File

@ -2476,8 +2476,6 @@ public class LocalStore extends Store implements Serializable
switch (c)
{
// These emoji codepoints are generated by tools/make_emoji in the K-9 source tree
// The spaces between the < and the img are a hack to avoid triggering
// K-9's 'load images' button
case 0xE6F9: //docomo kissmark
buff.append("<img src=\"file:///android_asset/emoticons/kissmark.gif\" alt=\"kissmark\" />");

View File

@ -9,8 +9,7 @@ for my $carrier qw(docomo softbank kddi) {
print " // These emoji codepoints are generated by tools/make_emoji in the K-9 source tree\n";
print " // The spaces between the < and the img are a hack to avoid triggering \n";
print " // K-9's 'load images' button\n\n";
print "\n";
for my $codepoint (keys %{$emoji->{$carrier}}) {
if (defined $codepoints{$codepoint}) {