<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
In the <head> section of your HTML output should get you there.
There are also a bunch of functions in PHP that will output the correct stuff for date and number formatting, the key is to putenv('LC='.$their_locale);
Unfortunately, $their_locale is different on different OS's/distributions, so you'll have to figure it out on your own, but that should be a good start for you.
|