Subject Re: BLOB sub_type 1 and character endcoding
Author sea breeze
--- In Firebird-Java@yahoogroups.com, "Nikolay Ivanchev"
<nivanchev@i...> wrote:
> Hello all.
> I have many columns which a large portions of text.
> How can I supply character encoding to those type, now each
character which is > 127 is displayed with a square

hi Niki.
is it displayed on what? web page? If it is the case, then probably
the encoding was correct already. The square was telling us that the
browser can not render with the correct glyph. need a better unicode
font. othercase, if the encoding is bad, the displayed text will be a
question mark. ???? something like this.

btw we are utilizing BLOB (subtype text) to store xhtml and encoded
with UNICODE_FSS. everything is fine. can support everything from
arabic, chinesse, cyrillic, etc.

rhd__

> Regards
> Niki