Subject | Re: [firebird-support] Re: udf won't do what it should |
---|---|
Author | Helen Borrie |
Post date | 2006-06-26T07:00:14Z |
At 02:47 PM 26/06/2006, DS wrote:
the equivalents of the low-byte ASCII characters are 3 bytes.
./heLen
> UNICODE_FSS is not widestring.True
>It is close to utf-8True
>and is sequence of one-byte characters.Typo. UNICODE_FSS is non-variable three-byte characters, i.e. even
the equivalents of the low-byte ASCII characters are 3 bytes.
>Change your procedure to accept PChar and use MBCS-aware routinesGood advice. (MBCS = "Multi-byte character set")
>instaed of Widechar routines.
./heLen