On Tuesday, 26 August 2003, at 11:45, Ralf Ullrich wrote:

Dear listmembers,

I have to evaluate AxKit for a quite large web-project.
My first tests looked promising but now I ran into some problems in using taglibs.
I use a Postgres-database as backend with unicode-support. I store special characters in my tables
which i want to pull out again, but I havent found any way to accomplish this.

OK, so you're saying that you store UTF-8 in your database, or some other character set?


Basically all output from XSP needs to be in UTF-8. Setting the XML encoding attribute doesn't cut it - that only deals with the encoding of the XSP page itself, not of your external data. So basically your taglib needs to support encoding conversion. Since you don't say what taglib you're using, the interpretation of that will have to wait...

Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to