here's what I'm using for my PHP files:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1) Is that standard, and the only way it should be?
2) with that meta tag declaring utf-8, is it imperative that my
MySQL tables also use utf-8? (I have them at latin 1 now.)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1) Is that standard, and the only way it should be?
2) with that meta tag declaring utf-8, is it imperative that my
MySQL tables also use utf-8? (I have them at latin 1 now.)
Comment