2011/3/18 Alejandro Michelin Salomon <amichelins@xxxxxxxxxxx>: > Lorena : > > Yo trabajo con idioma portuguÃs y utilizo esto en mi cÃdigo : > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br"> > <head> >  Â<meta http-equiv="Content-Encoding" content="gzip" /> >  Â<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > /> >  Â<meta http-equiv="Content-Style-Type" content="text/css" /> >  Â<meta http-equiv="Content-Script-Type" content="text/javascript" /> > ... > > Nunca e tenido problemas con caracteres especiales como à o Ã. > Y utilizo varios .tpl, deves fijarte en los .tpl para saber qual > Content-Type estan utilizando. > > Otra cosa importante es saber si la informaciÃn viene de una base de datos, > y si esta utiliza LATIN1 como conjunto > de caracteres o UTF-8. Para hacer las conversiones que fueren precisas > > Alejandro M.S. > > English version: > Lorena : > > I work with portugues and use this in my code : > Â<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br"> > <head> >  Â<meta http-equiv="Content-Encoding" content="gzip" /> >  Â<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > /> >  Â<meta http-equiv="Content-Style-Type" content="text/css" /> >  Â<meta http-equiv="Content-Script-Type" content="text/javascript" /> > ... > > I never have problems with special characters like à or Ã. > I use some .tpl, you have to look at .tpl to know what Content-Type the file > are using. > > Other important thing if to know if the information is coming from the > database, and if is using LATIN1 CHARACTER SET > or UTF-8. To do the conversions that are needed. > > Alejandro M.S. > > > -----Mensagem original----- > De: Lorena Monroy O. [mailto:lorenamonroy@xxxxxxxxx] > Enviada em: quinta-feira, 17 de marÃo de 2011 12:55 > Para: php-general@xxxxxxxxxxxxx > Assunto: Acentos en tpl > > Hola a todos > Tengo un formulario que tiene dos paneles (.tpl), el cual maneja variables > que vienen de php con la funcion setVariable, pero en el panel del menu me > carga las tildes correctamente y a la derecha me las carga como un rombo con > interrogaciÃn. Manejo Firefox y probe cambiando la configuraciÃn de > caracteres de UTF-8 a Occidental, pero a la izquierda se ve mal y a la > derecha se ve bien. > Si modifico en el codigo por à ahi se ve bien, pero en otros combos > no... como puedo hacer que en ese tpl se vea bien sin modificarlo desde el > codigo. > Gracias > > ÂÂÂÂÂLorenita  Ing. ElectrÃnica U. Bosque   Ing.Âde Sistemas U. Bosque > Especialista en Telecomunicaciones MÃviles U.Distrital > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Are you able to zip the 2 templates? I'm guessing your editor is saving one in UTF-8 and the other in the codepage format. >From what I understand, it is better to have everything UTF-8. Richard. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php