MobileTextArea

I am having trouble putting text into a mobiletextarea in the latest version.

I have text in a property b to examine the text is correct but when I put it into the text area the result is not the same… see 2 images below. What could be the cause
var b as text = BlogText(SallyStoryNum)
BlogTA1.Text = b


Examine the text in hex and make sure there are no special characters in it.

Does saving out of text edit as plain text strip everything out?

It has me beat. I have checked the files in BBEdit and checked all the hidden characters.

Sample project attached
https://www.dropbox.com/s/udbsg414ht35txz/Archive.zip?dl=0

Sorry, I was updating a folder in another project with the same data so I was still loading utf16 files :frowning: