Dheeraj I wrote:
Is there any generic solution to this problem where encoding which is not supported by ;ibxml can be changed to its equivalent encoding which is supported by libxml.
Is the libxml compiled with iconv support? If not it should be added, as that is what libxml likes to use for interpreting charsets. Check ./configure output for the enabling syntax.
Jason