Hmm, it's possible that the ?'s are coming from the sqlite database itself... I hadn't thought of that.
Maybe you can log what you are adding to the db and log what you get back out? Might also be able to somehow get the sqlite db off of the device and inspect it using the sqlite3 shell. Jeff On Tue, Feb 21, 2012 at 4:42 PM, MilkyJoe <[email protected]>wrote: > Thanks Jeff. > > I tried replacing the problem characters with suitable equivalent (using > <string>.Replace()). It works on the simulator (I replace with "***" to > test > that it was working), but it seems to have no effect what-so-ever on the > device. I can't understand it. > > I'm still trying to work around this issue. I'm taking the data from a > SQLite database, using SQLite-Net, and I'm starting to wonder if that could > be the cause of the problem. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/characters-appearing-in-my-UITableView-and-UIWebView-views-tp4407802p4408416.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
