Subject | Re: carriage return, line feed |
---|---|
Author | peter_jacobi.rm |
Post date | 2004-07-19T10:21:34Z |
Hi Dorin,
--- In firebird-support@yahoogroups.com, "Dorin Pacurar" <dopa@z...>
wrote:
it neither needs nor supports escaping. But it depends on your
programming environment, how to input these bytes.
Peter Jacobi
--- In firebird-support@yahoogroups.com, "Dorin Pacurar" <dopa@z...>
wrote:
> > What is your programming enmvironment? You must use the charactertrigger. I
> > escaping of your programming language. \x0d\x0a will work in C (and
> > C++, Python, etc).
>
> It's not about programming environment. I need the cr/lf in a
> have to log some informations in a blob and I would like to writeevery
> information on a single line, like in my prev. emailThe Firebird API will happily accept the actual bytes 0x0d and 0x0a,
it neither needs nor supports escaping. But it depends on your
programming environment, how to input these bytes.
Peter Jacobi