Currently my tables in MySQL are set to latin1_swedish_ci
Is it “suicide” to use that?
My website is based in the US, and I don’t expect to go “International” anytime soon, but anything is possible?!
If I am concerned about limiting my website, should I switch to UTF-8 or whatever?!
Also, how could making a change from latin1-swedish_ci to utf-8 (or whatever) mess up my current SQL or PHP? (My code isn’t that involved, but might still break…)