Re: Problem importing database, portuguese chars
Posted by:
Pedro AJ
Date: May 25, 2007 08:03AM
Olá Orlando e Ana
Para resolver o problema do export faz-se o seguinte:
adicionar as linhas
$cfg['AllowAnywhereRecoding'] = true;
$cfg['Export']['charset'] = 'iso-8859-1';
ao config.inc.php
e depois...
...pôr a extensão "iconv" ligada no php.ini
Voilá!
--------------------------------------------------------
MESSAGE IN ENGLISH:
Hello Orlando and Ana
To solve the export problem do the following:
add the lines
$cfg['AllowAnywhereRecoding'] = true;
$cfg['Export']['charset'] = 'iso-8859-1';
to config.inc.php
and then...
...turn on the "iconv" extension in php.ini
Voilá!
Subject
Views
Written By
Posted
7759
February 10, 2006 12:11PM
3452
February 13, 2006 04:58AM
5512
February 23, 2006 10:05AM
Re: Problem importing database, portuguese chars
4255
May 25, 2007 08:03AM
3384
July 08, 2007 05:24PM
3474
June 05, 2006 04:55AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.