How can one encode a surrogate character as an entity in HTML/XML? Should
it be as two separate characters or as one 32-bit value? In other words
should it be:
     ꯍ&#xEFGH;
or
     &#xABCDEFGH;

Brendan


Reply via email to