[PHP-DEV] Bug #12157: copying a single quote from MS word causes form variable to disappear. From: eschmitt <email protected>
Date: 07/13/01

From: eschmitt <email protected>
Operating system: red hat linux 6.1
PHP version: 4.0.6
PHP Bug Type: Scripting Engine problem
Bug description: copying a single quote from MS word causes form variable to disappear.

When copying a single quote from MS Word into a form field, with
Content-Type set as ISO-8859-1 will cause some random form variables to
disappear on the submission page. I haven't been able to find a pattern to
why this has happened. There are several pages where it happens
consistently, and some that it doesn't happen on. The quote gets encoded
as &#8217 when run through htmlspecialchars. Each page has several hidden
fields a couple text fields and text areas. I couldn't write a small
script to duplicate the problem.

-- 
Edit bug report at: http://bugs.php.net/?id=12157&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>