View Issue Details

IDProjectCategoryView StatusLast Update
0004080mantisbtbugtrackerpublic2004-07-18 11:32
ReporterLaurent Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0a1 
Summary0004080: 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.
But the error occurs only when this block of text contain an apostrophe.
My installed version is 0.18.3, but the error also occurs with this version 0.19.0a1.

TagsNo tags attached.

Activities

vboctor

vboctor

2004-07-13 09:00

manager   ~0006013

Last edited: 2004-07-13 09:22

Testing!!

The printer’s power cable.

Also see 0004082.

edited on: 07-13-04 09:22

vboctor

vboctor

2004-07-13 09:03

manager   ~0006015

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.

Laurent

Laurent

2004-07-13 09:38

reporter   ~0006019

Thank you very much, it's ok after change for 'windows-1252'.

vboctor

vboctor

2004-07-13 16:51

manager   ~0006025

GregDeToulouse, can you please set your email address in your profile so that I can contact you?

astax

astax

2004-07-14 02:51

reporter   ~0006039

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.