Jump to content

Web Design Thai Displaying As ?


shadiadi

Recommended Posts

Hi I have been programming for years i did a site in Thai once years ago but i can't remember how

I have been running a simple test but the thai always displays as ???

Any ideas this is driving me nuts.

I have tried making a test.php using the following.

<?php

?>

<html>

<meta http-equiv="Content-Language" content="th" />

<meta http-equiv="Content-Type" content="text/html; charset=tis-620" />

<head>

<title>โทร</title>

</head>

<body>

โทร

</body>

</html>

also

<?php

?>

<html>

<meta http-equiv="Content-Language" content="th" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<head>

<title>โทร</title>

</head>

<body>

โทร

</body>

</html>

the files have been saved as UTF-8 uploaded to the server i have even checked and on the server it is saved in Thai

I have tried changing the encoding on my browser just will not seem to work???

Edited by shadiadi
Link to comment
Share on other sites

If you see squares or question marks instead of the symbol you need to make sure you have the language pack installed necessary to show the symbols.

Installing Windows XP Language Packs:

(depending on the version of XP you have, you may need to insert your WINDOWS XP SETUP CD) then go to Control Panel >> Add/Remove Programs >> Windows Components scroll down in the list and put a checkmark next to “language packs”. If you cant find that, then go here instead Control Panel >> Regional and Language Options >> Languages then made sure both boxes under Supplemental Language Support are checked. Click NEXT and then let it do its thing. You will probably then have to reboot.

How to Configure Regional and Language Support for User Accounts:

https://www.microsoft.com/windowsxp/using/s...reginalsup.mspx

Vista:

Windows Vista Ultimate language pack release information:

http://support.microsoft.com/kb/925471

Installing Language Interface Packs:

http://technet.microsoft.com/en-us/library...28WS.10%29.aspx

Link to comment
Share on other sites

mm i can read this post fine which has Thai in it and other websites, so thats not the problem i think it must be a server sided issue i saved the php file as an html file and it works fine so it would appear the people who are running my server haven't configured something in php properly but they don't seem to know what it is.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.





×
×
  • Create New...