Re: [sqlite] Double Spaced Blob Text

2011-09-07 Thread Filip Navara
I guess the database is encoded in UTF-16 and you are reading the text using sqlite3_column_blob instead of sqlite3_column_text. F. On Wed, Sep 7, 2011 at 5:15 PM, Daniel Spain wrote: > > > > > hello all i am creating a text mud gamibng engine and has been going great up >

Re: [sqlite] Double Spaced Blob Text

2011-09-07 Thread Black, Michael (IS)
Subject: EXT :[sqlite] Double Spaced Blob Text hello all i am creating a text mud gamibng engine and has been going great up until recently.when a user is examining their current room all the text is double spaced.i have tried this as both a blob and text field with a max length of 4096. here

[sqlite] Double Spaced Blob Text

2011-09-07 Thread Daniel Spain
hello all i am creating a text mud gamibng engine and has been going great up until recently.when a user is examining their current room all the text is double spaced.i have tried this as both a blob and text field with a max length of 4096. here is my funtion to display long room