2010/6/22 ADnan <
hiddenpearls@gmail.com>:
>
>
> On Wed, Jun 23, 2010 at 12:09 AM, Piotr Przybylski <
piotr.prz@gmail.com>
> wrote:
>>
>> 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).
>>
> @Piotr I couldn't understand about the iconv() .. It is encoding conversion
> utility .. so, If XMLWriter deals data in utf-8 .. It would not be problem ?
>
> things are confusing still :(
Sorry, I will explain more clearly.