triangle brackets in ckeditor

When typing in a triangle / angle bracket in ckeditor, it saved it as is, without encoding it. It can actually be then displayed normally. However, if someone edit content where an angle bracket was previously inserted, ckditor supplies a set of closing brackets which then makes the string dissapere. angle brackets must be HTML encoded when entered to solve this problem. <dummu> -> <dummu> </dummu>