Project

General

Profile

Actions

Bug #949

closed

Non asci characters in data input mishandled

Added by Gabriel Farrell over 21 years ago. Updated about 19 years ago.

Status:
Resolved
Priority:
Normal
Category:
misc
Target version:
Start date:
01/14/2003
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
949

Description

There are a number of problems in the system when data is loaded containing non
asci characters eg. è,ù,ö

1) The database throws errors when queried using a string containing one these
characters.

2) XML is transformations fail on XML containing these values.

This is going to take some investigation to overcome. I hate these kind of
problems.

Actions #1

Updated by Robert Peet over 21 years ago

Shouldn't there be a simple setup option for character set. I used to use
simple ASCII on my pine email and had all these problems, so switched to the
ISO-8859-1 character set and it all works fine.

Actions #2

Updated by Gabriel Farrell over 21 years ago

The database doesn't have a problem with the characters ... it has a problem
when data contains single or double quotes as part of a string.

This should be fixable by filtering out these before writing to the database and
reconsituting them when reading from the database.

Actions #3

Updated by Gabriel Farrell about 21 years ago

No longer blocks bug956 since the single quotes and other postgres special
characters $ and ^ and escaped before going into the database.

Leaving the bug open as I need to impliment the removal of the escape character
upon read the data from the database (hoped this would happen automatically) and
the xml problem with special characters remains.

Actions #4

Updated by Michael Lee almost 20 years ago

characters seem to be handled well now, with UNICODE db. Leaving this open, as
I'm not sure if this is handled across the board for dealing with SQL that has '
in it.

Actions #5

Updated by Michael Lee over 19 years ago

UTF-8 Unicode takes care of this

Actions #6

Updated by Michael Lee about 19 years ago

changed from components that are to be deleted to "misc" so that bugs don't get
deleted with component. Sorry for all the email.

Actions #7

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 949

Actions

Also available in: Atom PDF