How to convert Linkman into unicode

Problems installing LinkMan?
Post Reply
xbvn
Posts: 1
Joined: Sat Jun 21, 2008 4:32 pm

How to convert Linkman into unicode

Post 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!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply