On Fri, 28 Mar 2003 14:51:29 -0800 Tim Howell <[EMAIL PROTECTED]> wrote:

> I have a script that inserts blocks of text into a MySQL database.  It
> seems that ' (appostrophes) are being converted to &#8217; before being
> INSERT'd.  Any ideas?  The script calls quote()'s the text before the
> INSERT.

That conversion is happening somewhere else.  I've seen that
code before from some wordprocessors when they save as HTML.
If you search for & or &#, you'll probably find others.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

Reply via email to