textinput/ptienginev2/src/PtiDefaultCore.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
child 19 5e18d8c489d6
--- a/textinput/ptienginev2/src/PtiDefaultCore.cpp	Mon Mar 15 12:42:02 2010 +0200
+++ b/textinput/ptienginev2/src/PtiDefaultCore.cpp	Wed Mar 31 22:08:20 2010 +0300
@@ -518,7 +518,11 @@
 						{	
 						SetFlag(EPtiDeadKeyRootFlag); // This will indicate PtiEngine that extra character 
 						                             // was added to buffer.
-						iTextBuffer->Append(maps->StartMapping(aKey, iOwner->Case()));	
+                        chr = maps->StartMapping(aKey, iOwner->Case());
+                        if ( chr )
+                            {
+                            iTextBuffer->Append( chr );
+                            }
 						}
 					}
 				else if ((qmap->VowelSequenceFlag()) &&