[Zope] International character display from Oracle database
Chris Withers
chrisw at nipltd.com
Thu Aug 7 18:44:38 EDT 2003
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
More information about the Zope
mailing list