Re: Escape sequence for unicode characters

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Didier Bretin <dbr(at)informactis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Escape sequence for unicode characters
Date: 2003-09-26 22:48:18
Message-ID: Pine.LNX.4.44.0309270047380.11938-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Didier Bretin writes:

> Is there some escape sequence for using unicode characters in command line psql ?
> For example in HTML there is &#007e; for the c-cedilla. Is there the same thing
> with postgresql ?

Unfortunately not, but you can UTF-8 encode it yourself and enter the byte
sequences using the octal escapes (\123).

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-09-26 22:49:08 Re: ISO 8601 'Time Intervals' of the 'format with time-unit
Previous Message Bruce Momjian 2003-09-26 22:34:10 Re: initdb failure (was Re: [GENERAL] sequence's plpgsql)