View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004080 | mantisbt | bugtracker | public | 2004-07-13 04:43 | 2004-07-18 11:32 |
| Reporter | Laurent | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.19.0a1 | ||||
| Summary | 0004080: APPLICATION ERROR #200 | ||||
| Description | I have this error when i try to create a bug with a copy/paste of a block of text from a word document in any text field of the bug page. | ||||
| Tags | No tags attached. | ||||
|
Testing!! The printer’s power cable. Also see 0004082. edited on: 07-13-04 09:22 |
|
|
This problem was fixed after 0.18.3, and hence it should not be in 0.19.0a1. I tested copying and pasting from word to here in summary, description, and notes and they all work fine. Basically the fix is to change the following in lang/strings_english.txt $s_charset = 'iso-8859-1'; must be changed to $s_charset = 'windows-1252'; Let me know if this fixes your problem. |
|
|
Thank you very much, it's ok after change for 'windows-1252'. |
|
|
GregDeToulouse, can you please set your email address in your profile so that I can contact you? |
|
|
I also reported this - see 0004085 and some comments there. I want to clarify the situation. The problem appears when using IE and codepage of data being put into text field doesn't match website codepage. In this case IE encodes entered into UTF-8. And this causes problems with Mantis. |
|