admin/environment/php extension/iconv
De MoodleDocs
Windows
Para habilitar iconv en instalaciones Windows de Moodle:
- Abra el archivo php.ini que se encuentra en la carpeta moodle/apache/bin
- Encuentre la línea:
;extension=php_iconv.dll
- Remueva
;
al principio de la línea - Reinicie apache para que el cambio surta efecto.
Note: The iconv module is now part of PHP as of PHP version 5 so the php_iconv.dll file is not needed anymore. It is no longer included as an extension in the php.ini-recommended file in the PHP Windows binaries package and you do not need to enable the extension in your php.ini file. In other words, you do not have to enable the extension=php_iconv.dll line in your php.ini file. Vea http://www.php.net/manual/en/iconv.installation.php for details.
Ubuntu Linux
Si Usted instaló su PHP usando los repositorios de Ubuntu (apt-get), entonces Usted debería de tener iconv instalado por defecto. Si Usted compiló PHP desde código fuente entonces Usted necesitará recompilarlo con soporte para iconv.
Otros Sistemas Operativos
Esta página necesita actualizarse y añadirse las instrucciones correspondientes para otros tipos de instalaciones de Moodle.