Although phpNuke 6.5 has lang vietname itself , but when it come up in your browser , it can't be read by Vietnamese !!! Why is this ? , because the browser when view the page is "western european" , instead of unicode . When we manually change the browser to unicode , it works fine !!!!

My question is how we can set the visitor's browser to use unicode instead of orther code !!!!

this is my sample page :

www.thiettinh.net

when u choose vietnam , it can't be read , eventhough in lang file , define charset is to use unicode ??

How can we solve this problem ? seriously !!

Many thank you in advance to all visitor and staff who can tell me. Comments are appreciate hosnestly

Thank you

By the way , I used UltraEdit 10.0c , to edit , when I was editting , I chose conversion -> unicode editting

and can we use HTML tag in php file ? , If we can , how ?
I want to try to insert this tag :

    Change the charset. You need UTF-8 (I believe) for vietnamese (windows-1252).
    You need a line like this:
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

      the php.ini file on the server may also have a line called default_charset equal to a windows american charset.. if this is the case it will generally override any doctype definitions you put in pertaining to charsets. if you find this line in php.ini and set it to
      default_charset = ""
      it may fix your problem as well.

        thank you for your answers , I've been messing around for 1 weeks and still can't find it . Lastly , it worked on the server, but It still doesnt work on my localhost rite now ( I dont know why ) . I beleive because of php.ini as drew010 said . I changed that and still dont work :mad:😃 😃 , maybe I should install clean window and start at the beginning again 😃 , My computer messed up now :mad:

        Thank you for your answers 🙂

          Write a Reply...