View Single Post
  #7 (permalink)  
Old 04-17-2008, 08:19 AM
Faglork's Avatar
Faglork Faglork is offline
WebProWorld Veteran
 

Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 947
Faglork RepRank 0
Default Re: (PHP) HTML entities in emails

Quote:
Originally Posted by youds View Post
Really, you shouldn't need any special functions like that, unless you want to convert & to &.
Those functions are intended for when you don't have control over the input/output encodings!!!!!
Yep.

I ran into the same problem when switching my sites from ISO to UTF-8 (unicode).

Simplest solution: Use a UTF-8 capable mail prog, like NMS' TFMail. You can download it here:
nms - web programs written by experts

It has some other nice features as well, and is currently my preferred formmail solution.

hth,
Alex
Reply With Quote