Mark Davis <[EMAIL PROTECTED]> wrote
> In HTML or XML you always use the code point (e.g. UTF-32), not a series
of
> code units (UTF-8 or UTF-16). Thus you would use:
>
> &#x10123;
>
> not &#xD800;&#xDD23; from UTF-16

Thank you - that solves the conundrum.

B=

Reply via email to