<em>@nguoiabcd 51998 wrote:</em><blockquote>i think you must choose utf8_general_ci when import database</blockquote>
Yep Its already set. But its in the php template. Not database related
The code below:
<div id=”ja-pathway”>
<strong>You are here: :</strong><jdoc:include type=”module” name=”br<div id=”ja-pathway”>
</div>
Translated should be:
<div id=”ja-pathway”>
<strong>Você está aqui :</strong><jdoc:include type=”module” name=”breadcrumbs” />
</div>
The display result is:
[PHP]Voc? est? aqui:[/PHP]
The strange thing is that to display right:
[PHP]Você está aqui:[/PHP]
I have to put:
<div id=”ja-pathway”>
<strong>Você está aqui :</strong><jdoc:include type=”module” name=”breadcrumbs” />
</div>
Whats is going on?:((