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
7876
February 10, 2006 12:11PM
3505
February 13, 2006 04:58AM
5558
February 23, 2006 10:05AM
Re: Problem importing database, portuguese chars
4303
May 25, 2007 08:03AM
3431
July 08, 2007 05:24PM
3522
June 05, 2006 04:55AM
Sorry, you can't reply to this topic. It has been closed.
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.