Subject: Entities Conversion
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Sat, 26 May 2007 10:21:19 +0530
|
Hi!
In my output file entities are getting converted into as per the encoding
specified in the <output> element but I don't want to change the enties. Is
there any encoding value, which will convert it into as desired output.
INPUT
“ ” – —
OUTPUT (encoding="iso-8859-1")
“ ” – —
OUTPUT (encoding="iso-8859-1")
b b b b
DESIRED OUTPUT
“ ” – —
thanks
JSR
|