Breaking down Unicode characters encoded in UTF-8
Breaking down Unicode characters encoded in UTF-8
Lately, I have been doing a lot of work with UTF-8 character conversions. I spent a good deal of time scratching my head trying to figure out how to convert database tables encoded in a latin1 charset with UTF-8 encoded data to a UTF-8 charset. I ended up accomplishing this by following the method described here:Converting Database Character Sets « WordPress CodexEssentially, you convert all text…
View On WordPress







