1
It is possible to swap the content charset of specific columns?
I have a database with the following architecture: :: Idcontent (int autoincrement) :: Title (vchar) :: Summary (vchar) :: Content (Longtext)
In the form when you registered and/or changed the contents, the columns Title and Summary are with normal accent and the column Content, because it came from a wysiwyg editor configured in ISO-8859-1, is with the accent and special characters changed to this charset pattern.
That way, I wanted to see if:
- I need to do some routine in PHP that lists and updates via code for all columns to be in ISO-8859-1 or UTF-8 charset; or
- Is there any internal routine (Alter Table, etc) that performs this adjustment for me.
Thank you.
I will test and get back to you. This would work as opposed to utf-8 to iso-8859-1?
– Brenno Sacramento
Does it work @Brennosardom
– Matheus
Existing data is converted?
– tvdias