Subject | Re: [firebird-support] Possible bug in 2.5.1.26351 |
---|---|
Author | Mark Rotteveel |
Post date | 2018-10-29T19:20:51Z |
On 29-10-2018 02:06, Helen Borrie helebor@...
[firebird-support] wrote:
connection character set is specified, try to convert the stored bytes
to that character set. It does not mean or assume ASCII at all. It just
happens that most (all?) Firebird supported character sets (including
UTF-8) use ASCII as the base for the first 128 characters.
Mark
--
Mark Rotteveel
[firebird-support] wrote:
> Character set NONE is a bare-bones ASCII set and does not provideNONE only means store the bytes accepted and return them as is, and if a
> intrinsic support for any characters beyond the 128 characters that
> provide the US-Ascii upper and lower case, numerals and the basic
> diacritic symbols. You can store anything in charset NONE but nothing
> in the least useful can be done with those incompatible characters.
connection character set is specified, try to convert the stored bytes
to that character set. It does not mean or assume ASCII at all. It just
happens that most (all?) Firebird supported character sets (including
UTF-8) use ASCII as the base for the first 128 characters.
Mark
--
Mark Rotteveel