In HTMLawed I find both 'laquo'=>'171', AND 'raquo'=>'187',
but the first character «laquo» is omitted when saving, whereas the latter «raquo» is saved all right.
Redactor: please give me a hint what I should look for there.
function hl_ent($t){
// entitity handler
global $C;
$t = $t[1];
static $U = array('quot'=>1,'amp'=>1,'lt'=>1,'gt'=>1);
static $N = array('fnof'=>'402', ... 'laquo'=>'171', ... 'raquo'=>'187', ... );