View Single Post
  #4 (permalink)  
Old Jul 5th, 2007, 11:26
hschmitz hschmitz is offline
Up'n'Coming Member
Join Date: Jun 2007
Location: Birmingham, UK
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php replacing £ with £ error :s

To me it also sounds like an encoding issue. The fact that the single £ is translated into two entities suggests that your input string might be UTF-8 encoded. Have you tried specifying UTF-8 as third parameter in htmlentities?
Reply With Quote