Hi All,

"𝔞" (a fraktur)

<!ENTITY % afr  "&#x1D51E;">
<!ENTITY % plane1D  "&#38;#38;#x1D">
<!ENTITY copy        "&#x00A9;"><!-- bhr; copyright sign (circled C)  

I want to convert &#x1D51E; or &#38;#38;#x1D into its actual unicode
character.

Actually my xml file is using entity names e.g. &afr; or &plane1D; and xml4c
parser is resolving it into "&#x1D51E;" and "&#38;#38;#x1D" respectively.
Could somebody suggest me how shall I convert it into actual unicode
character byte sequence i.e. a fraktur?

Similarly How to convert &copy; into unicode byte sequence i.e. 0xC2 0xA9
or if above is not possible then how shall I convert &#x00A9; into unicode
byte sequence i.e. 0xC2 0xA9

Thanks & Regards
Vikas Agrawal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to