Jump to content
Fórum Script Brasil
  • 0

(Resolvido) Problemas com acentuação.


luis.cigana

Question

Olá a todos.

Terminei o projeto do meu site.

Localmente está funcionando show de bola, tenho um página por exemplo com textos com palavras acentuadas que localmente funcionam.

Problema foi que quando coloquei na hospedagem (king host) a mesma página começou a dar problemas nas palavras acentuadas.

No meu index eu defini as seguintes diretrizes

<?php

   session_start(); 
  include_once('util/conecta.php');
  include_once('carrinho/carrinho_manutencao.php');
  $oquefazer = new carrinho_manutencao();
  $codsubcategoria = $_REQUEST['codsubcategoria'];
  $total_produtos =  $oquefazer->quantidade_produtos(); // recebe o return da função
  require_once('carrinho/RsCorreios.php');

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cigana Novidades</title>
</head>

Alguma sugestão de como poderia resolver esse problema?

Obrigado

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Obrigado pela resposta, mas mesmo assim não funcionou.

Coloquei no arquivo index o iso

<?php

   session_start(); 
  include_once('util/conecta.php');
  include_once('carrinho/carrinho_manutencao.php');
  $oquefazer = new carrinho_manutencao();
  $codsubcategoria = $_REQUEST['codsubcategoria'];
  $total_produtos =  $oquefazer->quantidade_produtos(); // recebe o return da função
  require_once('carrinho/RsCorreios.php');

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Cigana Novidades</title>
</head>
Não funcionou. Esse arquivo index.php chama dentro dele mesmo um outro arquivo no qual eu tambem coloquei o iso
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>

E mesmo assim continua com o mesmo erro de acentuação

Obrigado

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...