Re: "\n" appearing in Unicode

2016-10-17 Thread Bob Sneidar
It's the newline replacement used in SQL, Applescript, others. It is possible that your data is using a combination of CR and LF, it's converting the CR but not the LF. Bob S > On Sep 25, 2016, at 14:15 , Sannyasin Brahmanathaswami > wrote: > > I have inserted quotes

Re: "\n" appearing in Unicode

2016-09-26 Thread AndyP
essage in context: http://runtime-revolution.278305.n4.nabble.com/n-appearing-in-Unicode-tp4708916p4708921.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

"\n" appearing in Unicode

2016-09-25 Thread Sannyasin Brahmanathaswami
I have inserted quotes into a MySQL database. I thought I was careful to be sure it was all Unicode encoded. We ported the content over SQLite for use in an mobile app. I can fetch the quotes and then run put textDecode ( aSelectedQuotes[tNo]["content"], UTF8) into sQuote Diacritical marks