Subject | Re: BLOB sub_type 1 and character endcoding |
---|---|
Author | sea breeze |
Post date | 2003-12-05T16:58:10Z |
--- In Firebird-Java@yahoogroups.com, "Nikolay Ivanchev"
<nivanchev@i...> wrote:
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__
<nivanchev@i...> wrote:
> Hello all.character which is > 127 is displayed with a square
> I have many columns which a large portions of text.
> How can I supply character encoding to those type, now each
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