I am trying to use entypo as the source for the icons in my webapp. This webapp I am developing using ZK as the UI technology.
The problem is, when I try to use an icon from that font using:
<span sclass="entypoWhite">👤</span>
I get the following error: '' (0xd83d) is not a valid XML character
Am I doing anything wrong?
PS. I am using ZK version 5
Actually its a bug from ZK itself.
They have there own DOM verifier and from 𘚠
it goes wrong.
That's why also the ◂
do work.
Following me the error is here :
At the method at line 227.
I'll post a bug report for it : http://tracker.zkoss.org/browse/ZK-2261