Simon Slavin <slavins@...> writes:

> 
> 
> On 21 Dec 2011, at 1:31pm, nobre wrote:
> 
> > Is there any chance you are storing a \0 char inside the xml ?
> 
> Or that you are mixing 8-bit and 16-bit Unicode in such a way that one of 
> your 
routines thinks that it has read a
> 0x00 termination character ?
> 
> Simon.
> 


>From what I looked at so far, by taking the text and putting it into a basic 
text editor so I could see any special characters that would have been added. I 
didn't see any \0 or other odd things. 

I would check the mixing 8-bit and 16-bit Unicode but I need to research how to 
even figure something like that out.

For the previous post asking what occurs after 2030, there's nothing because 
the 
returned value is only allocated for those characters. And regarding the 
recycling of the memory the actual return result of the function call after its 
complete is the same as when i'm viewing it while debugging.

I can post the stored value and the value the call to sqlite3_column_text 
returns if that would be helpful (its just long so I wont post it).

Jake

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to