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!
Characteres, UTF-8
Re: Characteres, UTF-8
Try adding this in header.txt just below <head>
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.
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=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 
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


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
Re: Characteres, UTF-8
Very good idea, but not works. So I try ISO-8859-1 instead of UTF-8 and WORKS!Klemen wrote:Try adding this in header.txt just below <head>And also in admin.php change windows-1250 to UTF-8Code: Select all
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Then delete existing links and try adding them again and see if that helps.

Thanks for your great help.