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á!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem importing database, portuguese chars
4303
May 25, 2007 08:03AM


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.