Characteres, UTF-8

Problems installing LinkMan?
Post Reply
renatols
Posts: 2
Joined: Thu May 09, 2013 6:02 pm

Characteres, UTF-8

Post by renatols »

Script URL: http://trocalinks.curtidores.com.br/
Version of script: 1.7
Hosting company: Hostgator
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: characteres, UTF-8

Write your message below:
Hi, my language is PT-BR (Brazil), we use characteres like: ç, á, ã, etc. But this is not show correct.

Example:

Servi�os em Redes Sociais - http://seo.renatoleite.com/
Servi�os em redes sociais, consiga curtidas na Fã Page, seguidores Instagram e visualiza�ões do YouTube.

Instead of:

Serviços em Redes Sociais - http://seo.renatoleite.com/
Serviços em redes sociais, consiga curtidas na Fã Page, seguidores Instagram e visualizações do YouTube.

Someone can help me? I think I need to use something like that:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

But I don't know where. Thanks!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Characteres, UTF-8

Post by Klemen »

Try adding this in header.txt just below <head>

Code: Select all

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
And also in admin.php change windows-1250 to UTF-8

Then delete existing links and try adding them again and see if that helps.
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
renatols
Posts: 2
Joined: Thu May 09, 2013 6:02 pm

Re: Characteres, UTF-8

Post by renatols »

Klemen wrote:Try adding this in header.txt just below <head>

Code: Select all

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
And also in admin.php change windows-1250 to UTF-8

Then delete existing links and try adding them again and see if that helps.
Very good idea, but not works. So I try ISO-8859-1 instead of UTF-8 and WORKS! :D

Thanks for your great help.
Post Reply