Message5195
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. |
|
Date |
User |
Action |
Args |
2015-01-28 11:55:01 | techtonik | set | messageid: <1422446101.74.0.533869601926.issue2550811@psf.upfronthosting.co.za> |
2015-01-28 11:55:01 | techtonik | set | recipients:
+ techtonik, ber, pcaulagi, shammash, antmail |
2015-01-28 11:55:01 | techtonik | link | issue2550811 messages |
2015-01-28 11:55:00 | techtonik | create | |
|