I think I need one thing. How can I convert an HTML3 code to proper form? Let's say I have the number 174 and like convert it to form ® (don't want ®) how can I get it?
On Tue, Mar 3, 2015 at 3:48 PM, Erol Akarsu eakarsu@gmail.com wrote:
Hi,
I need to be able write some special characters into output xml file. I have HTTML3 characters like ρ (phase), Δ (delta) in XML. But they are printed into xml file as & expanded as "&"
They was being written as
ρ and Δ
But I want
ρ and Δ
How can I do it?
Thanks
Erol Akarsu