Character Encoding

Hi All,

When reading from a TInputStream received from a TStreamAccessor.query() we get bytes that are IS=-8859-1 encoded although the database is set to UTF-8.
When reading from a HTTP-Stream, the bytes are delivered correctly, i.e. UTF-8 encoded.

This applies to Tamino API4J 3.1.2.4 and Tamino 3.1.2.1.

Can something be done about this?
I haven’t found any possibity to set the encoding in TaminoAPI4J.

Cheers,

Hokan

Hi again

I mixed things up. This is how it works:

The TaminoAPI4J always delivers the response utf-8 encoded, no matter what the tamino database is set to.
The xml document header is set correctly.

Sorry for the confusion.

Hokan