Skip to content
WJunction - Webmaster Forum

how to change the language from UTF-8 to Windows-1252

Status
Not open for further replies.
can anyone help me about changing the language from UTF-8 to Windows-1252 please for data life engine
 
Last edited:

9 comments

Which script?

For normal html, simply add it at the top of the page between head tags:

PHP:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
 
can anyone tell me how to change it from database

Actually if it has one control panel... it should update the database by itself. But you can try take a look at your DB by looking for its current table. You can do it with phpMyAdmin as easily.

Anyway still try to apply the usual HTML code as soft2050 did show us.
 
Status
Not open for further replies.

About the author

amerriaz
Banned · Joined
1,306
Messages
639
Reactions
113
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom