Page 1 of 1

How to convert Linkman into unicode

Posted: Sat Jun 21, 2008 4:40 pm
by xbvn
I'm need to use linkman in unicode, so i convert it by this way:
- Open all the file, "save as" in uncode. But it doesn't work.

Pls. help me, what I need to do?
Thank!

Posted: Sun Jun 22, 2008 8:56 am
by Klemen
PHP files are plain text so if you're trying to change display charset you can add something like

Code: Select all

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
in the head of header.txt and change UTF-8 to your own charset code.