Welcome Guest, Not a member yet? Register   Sign In
Problem with non english characters
#2

[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">
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&lt;?php echo utf8_decode($dadosboleto["identificacao"]); ?&gt;&lt;/title&gt;
&lt;html lang="en"&gt;
&lt;META http-equiv="Content-Type" content="text/html charset=UTF-8"&gt;
&lt;meta name="Generator" content="Projeto BoletoPHP - www.boletophp.com.br - Licença GPL" /&gt;
&lt;link rel="stylesheet" type="text/css" href="&lt;?php echo base_url();?&gt;css/boleto.css"/&gt;
&lt;/head&gt;
&lt;body&gt;

<div id="container">

<div id="instr_header">
  <h1>&lt;?php echo utf8_decode($dadosboleto["identificacao"]) ?&gt;</h1>
  <address>&lt;?php echo utf8_decode($dadosboleto["endereco"]) ?&gt;<br></address>
  <address>&lt;?php echo utf8_decode($dadosboleto["cidade_uf"]) ?&gt;</address>
</div> &lt;!-- id="instr_header" --&gt;

<div id="">

This
Code:
&lt;?php echo utf8_decode($dadosboleto["endereco"]) ?&gt;
, 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!


Messages In This Thread
Problem with non english characters - by El Forum - 01-30-2012, 01:07 PM
Problem with non english characters - by El Forum - 01-30-2012, 01:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB