7 Aug
2003
7 Aug
'03
4:44 p.m.
Dominic Hiles wrote:
The problem seems to be happening before the content is rendered on the page, rather than being related to the page presentation
Hmmm, how have you established this? Unicode errors seem to be fiendishly difficult to track down as python will, by default, try to encode to ASCII when you just print something to a console. Likewise, if you're doing a SELECT in the test tab of your DA, what encoding does the HTML page that contains have? If you're testing it using other means, think about any possible encoding or decoding going on during the testing process :-S *sigh* Why can't be just all have one character set ;-) Chris