I am trying to get Text from UTF-8 parsed text file, I am able to get the string properly but in that I have place line breaker \n which not working.
I am getting the whole string along with in between \n printed.
Getting my string using this code
solutionsView.setText(question.getAnswerS());