Quote:
	
	
		
			
				
					Originally Posted by  Jocla
					 
				 
				where i can change this? 
 
need áé*óú and ñ 
			
		 | 
	
	
 Try this character set:
	PHP Code:
	
		
			
<meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1"> 
		
	
 And let me know how it works. :3
Edit: Also look into these:
	Quote:
	
	
		
			
				Encoding: utf-8 (Unicode ), iso-8859-1, iso-8859-15 (with euro symbol) 
Language Codes: es (Spanish), es-ES (Castillian/ Spain), es-MX (Latin American/Mexico) 
Minority Language Codes: eu (Basque), an (Aragaonese), au (Asturian/Leon), ca (Catalan), ga (Galician), ly (Ladino/Judeo-Spanish)
			
		 | 
	
	
 And 
http://symbolcodes.tlt.psu.edu/bylan...h.html#metause to explain how to add them in (for the minority language codes).