Roundup Tracker - Issues

Message5195

Author techtonik
Recipients antmail, ber, pcaulagi, shammash, techtonik
Date 2015-01-28.11:55:00
Message-id <1422446101.74.0.533869601926.issue2550811@psf.upfronthosting.co.za>
In-reply-to
The root of the problem as it seems to me is that Roundup doesn't 
process user input as UTF-8 internally. It stores strings in DB as 
UTF8, but doesn't do this for user input.

So, my best guess us that text user input should be converted to 
unicode as soon as it is submitted, and before being output for 
validation.

Where is the code that converts output to UTF8 for database? When does 
it happen?

Attached is a picture of where the error may come from, drawn in 
Inkscape of you want to fix it.
History
Date User Action Args
2015-01-28 11:55:01techtoniksetmessageid: <1422446101.74.0.533869601926.issue2550811@psf.upfronthosting.co.za>
2015-01-28 11:55:01techtoniksetrecipients: + techtonik, ber, pcaulagi, shammash, antmail
2015-01-28 11:55:01techtoniklinkissue2550811 messages
2015-01-28 11:55:00techtonikcreate