| Author | Message |
| Post Title: Spanish language accents are not showing up correctly | |
mayordomo
Joined: Mar 31, 2006 Posts: 2
|
Posted: Thu Mar 22, 2007 1:52 pm
Hello everybody, I use nuked gallery integration and its awesome. My only problem is when using the Spanish language. Spanish language accents are not showing up correctly when using integration. When I see it as a gallery stand alone the accents are ok.
My gallery2 integration is at http://www.igevhi.org/modules.php?name=gallery2 The stand alone is at http://www.igevhi.org/modules/gallery2/main.php. What files are referenced when it looks up the language in spanish accents? Any help is greatly appreciated! In spanish: Hola todos, yo utilizo nuked gallery integration y es impresionante. Solamente el problema es al usar la lenguage en español. Los acentos del español de la lengua no se ven bien. Mi integración gallery2 está en http://www.igevhi.org/modules.php?name=gallery2 el gallery2 aparte esta en http://www.igevhi.org/modules/gallery2/main.php Gracias por la ayuda! |
| Author | Message |
| Post Title: Re: Spanish language accents are not showing up correctly | |
mayordomo
Joined: Mar 31, 2006 Posts: 2
|
Posted: Thu Mar 22, 2007 1:59 pm
I forgot to add that I'm using gallery2 version 2.2 and integration 0.6.3.
Versión de Gallery = 2.2 núcleo 1.2.0 Versión de PHP = 4.4.1 apache Servidor Web = Apache Base de Datos = mysql 4.0.16, lock.system=flock Herramientas = ArchiveUpload, Exif, Getid3, LinkItemToolkit, NetPBM, SquareThumb, Thumbnail, Gd Aceleración = none, none Sistema Operativo = FreeBSD 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Apr i386 Tema por defecto = matrix gettext = habilitado Fichero de idioma = es_ES Buscador = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 Filas en la tabla GalleryAccessMap = 19 Filas en la tabla GalleryAccessSubscriberMap = 3 Filas en la tabla GalleryUser = 2 Filas en la tabla GalleryItem = 1 Filas en la tabla GalleryAlbumItem = 1 Filas en la tabla GalleryCacheMap = 0 |
| Author | Message |
| Post Title: Re: Spanish language accents are not showing up correctly | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Mar 26, 2007 7:31 am
this is because phpnuke doesn't use utf-8 for languages, and gallery does. the phpnuke integration package has a utf-8 folder that has info on how to make phpnuke use it.
|
| Author | Message |
| Post Title: Re: Spanish language accents are not showing up correctly | |
tenoch
Joined: Mar 25, 2007 Posts: 10
|
Posted: Tue Mar 27, 2007 6:08 pm
mayordomo wrote: › Hello everybody, I use nuked gallery integration and its awesome. My only problem is when using the Spanish language. Spanish language accents are not showing up correctly when using integration. When I see it as a gallery stand alone the accents are ok.
My gallery2 integration is at http://www.igevhi.org/modules.php?name=gallery2 The stand alone is at http://www.igevhi.org/modules/gallery2/main.php. What files are referenced when it looks up the language in spanish accents? Any help is greatly appreciated! In spanish: Hola todos, yo utilizo nuked gallery integration y es impresionante. Solamente el problema es al usar la lenguage en español. Los acentos del español de la lengua no se ven bien. Mi integración gallery2 está en http://www.igevhi.org/modules.php?name=gallery2 el gallery2 aparte esta en http://www.igevhi.org/modules/gallery2/main.php Gracias por la ayuda! Solution: In your phpbb folder, open gallery2.php At top, you can put the follwing code: Code: ›
<?php header('Content-Type: text/html;charset=iso-8859-1'); ?> If you choose utf-8 intead, the problem with acents still happen, so, for spanish use iso-8859-1 this solved the problem to me, I tested it in Internet Explorer, and Mozilla FireFox, and the problem is solved with this |