if i use TextWriter.WriteLine (Cursor.GetString("DESCRIPTION"))
and the value from the dababase I want to write is "Tomatoes. 1,5", with the point and the colon
when i later use TextReader.Readline i find two lines in the file.txt
first line "Tomatoes."
second line "1,5"
Yes, finally it was a new line character, like you said, Erel, i had not saw it in the webview, but when i edit in a edittext it appeared in two lines.
thanks.