scew-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[scew-users] Re: Regarding issue when using Stream parser


From: Aleix Conchillo Flaqué
Subject: [scew-users] Re: Regarding issue when using Stream parser
Date: Tue, 14 Sep 2010 09:01:24 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100805 Iceowl/1.0b1 Icedove/3.0.6

On 09/14/2010 08:43 AM, Anup Rao wrote:
Hi Aleix,

I tested the code after applying the fix. I can confirm that the behavior is 
now as expected.

Additionally I noticed that, for the SCEW library to compile on ARM platform, 
we need to replace SCEW_EOF with (XML_Char)SCEW_EOF in writer_file.c at lines 
133 and 136. (I am currently using SCEW version 1.1.1).


OK, thank you. For SCEW_EOF, I have changed the lines 39 and 41 in writer_file.c, it should work as well. Could you please try it?


#ifdef XML_UNICODE_WCHAR_T
#define SCEW_EOF (XML_Char) WEOF
#else
#define SCEW_EOF (XML_Char) EOF
#endif /* XML_UNICODE_WCHAR_T */


Thanks in advance,

Aleix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]