When the recommend_small.tpl pass the $message to recommend.php. Such UTF8 code will changed to the following format:
%u6211..... something.
The problems is , the Email content will be tread such UTF8code into real characters.
I have done the following converting(%u{number} change to html representation
Code:
$message = preg_replace("/%u(\w+)/e", "'&#'.hexdec('\\1').';'", $message);
But I can't display on the Email message... Please help






Linear Mode




