I am putting together a part of the page where I will show brief "news" that will be loaded by the administrators of the page. I am using the MySQL database and I have some doubts about the "collation" and the possibility that I can save the complete data: accents, "ñ", etc ...
At the moment I have it set in latin1_swedish_ci.
One of the questions I have is if I put a textarea to write the note and then save the data, how does what I put in the database behave? Do you keep the line breaks?