2008. 03. 26, szerda keltezéssel 15.57-kor Bill ezt írta: > Hi > > LAMP > > A column in a table has" Brbeuf " in it. (3rd caracter is é) > > I use that table to send emails. > > In the body that column shows " Brébeuf " in Windows Outlook. > > How could I translate to the correct encoding so that accents show correctly > in Outlook ? based on the encoding of your e-mail, my guess is that your data is in some ISO-8859-1 encoding or something like that. of course, you should verify that first. so try to send those emails with that encoding, or what's much better, use utf8 for both your data and your email. I think outlook can cope with that, though I'm not sure ;) greets, Zoltán Németh > > Thanks > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php