textinput/ptienginev2/src/PtiDefaultCore.cpp
branchRCL_3
changeset 20 ebd48d2de13c
parent 12 5e18d8c489d6
child 21 ecbabf52600f
--- a/textinput/ptienginev2/src/PtiDefaultCore.cpp	Thu Aug 19 10:15:25 2010 +0300
+++ b/textinput/ptienginev2/src/PtiDefaultCore.cpp	Tue Aug 31 15:31:50 2010 +0300
@@ -518,11 +518,7 @@
 						{	
 						SetFlag(EPtiDeadKeyRootFlag); // This will indicate PtiEngine that extra character 
 						                             // was added to buffer.
-                        chr = maps->StartMapping(aKey, iOwner->Case());
-                        if ( chr )
-                            {
-                            iTextBuffer->Append( chr );
-                            }
+						iTextBuffer->Append(maps->StartMapping(aKey, iOwner->Case()));	
 						}
 					}
 				else if ((qmap->VowelSequenceFlag()) &&