[eluser]cdonate[/eluser]
This is a part of the layout being displayed:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title><?php echo utf8_decode($dadosboleto["identificacao"]); ?></title>
<html lang="en">
<META http-equiv="Content-Type" content="text/html charset=UTF-8">
<meta name="Generator" content="Projeto BoletoPHP - www.boletophp.com.br - Licença GPL" />
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>css/boleto.css"/>
</head>
<body>
<div id="container">
<div id="instr_header">
<h1><?php echo utf8_decode($dadosboleto["identificacao"]) ?></h1>
<address><?php echo utf8_decode($dadosboleto["endereco"]) ?><br></address>
<address><?php echo utf8_decode($dadosboleto["cidade_uf"]) ?></address>
</div> <!-- id="instr_header" -->
<div id="">
This
Code:
<?php echo utf8_decode($dadosboleto["endereco"]) ?>
, and all the others that contain non english characters don't work.
My config.php is set to 'UTF-8'.
Can anyone help me?
Thanks!