Typographer's quotes in PHP on Yahoo

My client is a small newspaper and provides stories with typographer's quotes instead of "straight" quotes. The stories are assembled into HTML by PHP. On my Apache server, they display fine, but on Yahoo, where my client's site is located, they are all replaced by question marks.To fix this problem, I wrote the following function in PHP:\[code\]function fixquotes($text){ $text = str_replace('
 
Back
Top