Please tell everybody on how to support different languages using AJAX. I've been searching this for a long time in many forums in the internet but they did not solved or post the definite solutions.
Here's the printscreen: (
please do copy and paste in order to access)
output via php and html (
http://anime.geocities.jp/rozvinbm_jp/shops.JPG)
output via php, html and processed with Ajax (
http://anime.geocities.jp/rozvinbm_jp/shopsajax.JPG)
In addition, here is my code to explicitly defined the encoding:
HTML encoding:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:?//www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
......