Subject Re: [firebird-support] Re: Firebird and Unicode queries
Author Ivan Prenosil
> -What does File System Safe means? I guess it's because FSS (ie UTF-8) is
> interpreted as a sequence of bytes, and there is no endian problem.

It means that you can safely copy such data with routines
that expect that string is termianted by zero-byte
(i.e. unlike utf-16, the fss string never contains zero-byte
except the terminating one)

Ivan