View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002100 | mantisbt | bugtracker | public | 2002-06-06 07:25 | 2004-07-07 18:28 |
Reporter | vboctor | Assigned To | int2str | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Summary | 0002100: Single quotes problem when copying/pasting from MS Word | ||||
Description | Go into MS Word, type "I don't think this will work". You will notice that MS Word (2000) will transform the single quote to a slightly differnt look. Copy the statement and paste it into the bug description. It can cause an error saying category not supplied or get added and get replacd with a long code ’. | ||||
Tags | No tags attached. | ||||
“Idont’ think this will work”. |
|
See it worked! It is only when copying and pasting from MS Word. I have a feeling that it is related to Unicode somehow. |
|
See 0003189 for more details. |
|
When reporting a new bug with this kind of string : “Idont’ think this will work†(paste from Word, or from IE 6), I got : APPLICATION ERROR #200 I can't submit the bug. |
|
Hi, had the same problem in different projects, i use this function to clean the code. (function idea orginal from "j at pureftpd dot org" -> http://at.php.net/strtr ) Rufinus function strip_evil($str){ |
|
This bug is a major problem for me. We cannot copy/paste from MS Word into mantis without getting the "application # 200 error" I tried using the function rufinus added to this bug...however this did not work. Are there any other ideas on how to solve this issue? Any help is appreciated as this is a major road black for us now. |
|
SOLUTION: This is a work around for a bug in Internet Explorer. Let me know how it goes. This worked great for me! I tried using the cleaning functions posted in other bugs related to this issue and had no luck. |
|
All this bugs are duplicates of 0003833 We should make an announcement on the Mantis site about this or something. Otherwise this is going to come up many times again. |
|