Re: guththila_next_char clarification needed

2009-01-30 Thread Supun Kamburugamuva
: guththila_next_char clarification needed Guthtila is written assuming ASCHII characters. So it is not possible to get negative characters. If Guththila gets negative charactes, it means the XML stream has ended or contains invalid characters. Anyway what do you mean by non-ASCII characters? Do

guththila_next_char clarification needed

2009-01-29 Thread Catalina Caloian
Hi In the 'guththila_next_char' method, whenever a character is being retrieved from Guththila's internal char buffers, a check is being made to see if it has a positive value: e.g. 'return c = 0 ? c : -1;' (guththila_xml_parser.c, lines 1522, 1537, 1616, 1632) -1 is interpreted as an

Re: guththila_next_char clarification needed

2009-01-29 Thread Supun Kamburugamuva
Guthtila is written assuming ASCHII characters. So it is not possible to get negative characters. If Guththila gets negative charactes, it means the XML stream has ended or contains invalid characters. Anyway what do you mean by non-ASCII characters? Do you mean binary? Supun. On Thu, Jan 29,

Re: guththila_next_char clarification needed

2009-01-29 Thread Catalina Caloian
. Catalina Caloian From: Supun Kamburugamuva supu...@gmail.com To: Apache AXIS C Developers List axis-c-dev@ws.apache.org Date: 1/30/2009 6:33 AM Subject:Re: guththila_next_char clarification needed Guthtila is written assuming ASCHII characters. So it is not possible to get negative