I'm using ESQL to read and write data from a MYSQL database.
Everything works fine, except for one thing.
When I look at the data stored in my database, I see very strange
characters instead of the ones I expected.
For example, when I fill a field of the db with the string "���", this
is written like "=a?", even if when I red it with ESQL I get back the
right string.
I think there's something wrong in my cocoon character encondings
configuration, in fact if I manually try from mysql prompt:
"INSERT INTO table VALUES ('���')", the data is properly stored.
MYSQL use the default ISO-8859-1 encoding.
I've not changed the default cocoon encodings, except for:
<map:serializer logger="sitemap.serializer.html" mime-
type="text/html" ... ...>
<encoding>ISO-8859-1</encoding>
<buffer-size>1024</buffer-size>
</map:serializer>
Any suggestion?
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>