2010/6/22 ADnan hiddenpearls@gmail.com:
On Tue, Jun 22, 2010 at 11:55 PM, Marc Delisle marc@infomarc.info wrote:
ADnan a écrit :
hi,
I am working with XMLWriter Extension for generating XML Documents for SVG,DIA,VISIO formats for generating schema .. but I noticed in XMLWriter .. this extension just provides utf-8 encoding ..
I don't know much about this subject but please explain why generating in utf-8 encoding is a problem.
This issue is making me think that there will be problem for generating the output in different languages ..
Just make sure your data is in UTF-8, eg. use iconv() if the connection is not sending you UTF-8 responses (or, if it is unavailable, warn about it).