Spanish with charset=ISO-8859-1 Spanish with charset=ISO-8859-1
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Spanish with charset=ISO-8859-1

Started by joseibz, April 10, 2006, 08:35:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

joseibz

Im using coppermine to organize all my pictures and galleries, which are also availble for other pages in my web. I was using UTF-8 for coppermine but i was having problems setting my whole site with UTF-8 so i changed coppermine to work with ISO-8859-1. The problem now is that the texts in spanish dont show correctly in coppermine, since the spanish language file is to be run under UTF-8. You can see what i mean visiting my site at:
http://www.12servicios.com/galerias
Página Principal, should be Página Principal

Is ther any spanish file to be run under ISO-8859-1?

Joachim Müller

you'll need to convert your textual content that resides in your database from utf-8 to iso-8859-1 then. You can convert the language file using iconv or similar if you want.