Quote:
snow77 wrote:
I analyzed what you sent me, apparently the language of your modules are in ISO format and you are using UTF format.
I see this for example in one of language strings for news in UTF format (which is the spanish language pack I downloaded from xoops.org):
Quote:define('_MI_NEWS_NAME', 'ArtÃculos');
and in the file you sent me I see:
Quote:define('_MI_NEWS_NAME','Artículos');
Thanks snow77, it's ok but that isn´t problem because is in administration control panel. That isn´t very important for me. I am using international characters where is important for user.
The problem are "send a friend", "pdf" and "printer" in modules. There
I see utf-8 characters.
Here is an example of news module for "printer":-------
Foros de GuiadelFrio.Com
Fecha 15/06/2006 - 16:50 | Categoría: Administraci
ón de GdF.Com
Hemos habilitado el servicio adicional GRATUITO de Foros para todos los Miembros de GuiadelFrio.Com.
En esta nueva Sección los Miembros podrán realizar preguntas que serán contestadas por otros Miembros.
La única condición para poder enviar mensajes es estar registrado en el Portal.
El contenido del mensaje es responsabilidad total del Miembro que lo envÃa.
Administrador
GuiadelFrio.Com
Documento disponible en Guia del Frio
http://www.guiadelfrio.com/portalLa dirección de este documento es:
http://www.guiadelfrio.com/portal/modules/news/article.php?storyid=82 --------
"Send a friend" in news module:En Guia del Frio
está disponible un artÃculo interesante:
http://www.guiadelfrio.com/portal/modules/news/article.php?storyid=82---------
"Pdf" in news module:Guia del Frio - Refrigeracion Aire Acondicionado Ventilacion
Foros de GuiadelFrio.Com
Administraci
ón de GdF.Com
Publicado por: Admin
Publicado el : 15/06/2006 - 16:50
Hemos habilitado el servicio adicional GRATUITO de Foros para todos los Miembros de
GuiadelFrio.Com.
En esta nueva Sección los Miembros podrán realizar preguntas que serán contestadas por otros
Miembros.
La única condición para poder enviar mensajes es estar registrado en el Portal.
El contenido del mensaje es responsabilidad total del Miembro que lo envÃa.
Administrador
GuiadelFrio.Com
http://www.guiadelfrio.com/portal 21/06/2006 12:33:21 - 1
-----
I have in english/global.php://%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'UTF-8');
define('_LANGCODE', 'en');
// change 0 to 1 if this language is a multi-bytes language
define("XOOPS_USE_MULTIBYTES", "1");
and
I have in spanish/global.php: //%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'utf-8');
define('_LANGCODE', 'es');
// change 0 to 1 if this language is a multi-bytes language
define("XOOPS_USE_MULTIBYTES", "1");