NewSummary = xmerl_ucs:to_utf8(string:sub_string(xmerl_ucs:from_utf8(list_to_binary(Summary)), 1, ?SUMMARY_LENGTH)),
先把list转换成unicode在截取完再转换回来。多谢前黑米的梦醒、人依醉 提供的xmerl_ucs转换方法