Re: Regex Replace with 2 conditions

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: George Neuner <gneuner2(at)comcast(dot)net>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Regex Replace with 2 conditions
Date: 2018-02-06 15:52:45
Message-ID: CAKFQuwaMMjiR+wSQifCD79jid8CHBVzBqvxL6TMUtE5r3zjJEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 6, 2018 at 8:46 AM, George Neuner <gneuner2(at)comcast(dot)net> wrote:

> On Mon, 5 Feb 2018 18:22:02 +0100, Francisco Olarte
> <folarte(at)peoplecall(dot)com> wrote:
>
>
> >I repeat for the last time. YOU ARE NOT USING ASCII. ASCII IS A SEVEN
> >BIT CODE, 0-128. "?" IS NOT IN THE ASCII CHARACTER SET.
>
> What ASCII table are you reading? The question mark symbol is #63. It
> lies between the numbers and the capital letter set.
>
>
​Your mail client mangled that sentence - the "?" you are seeing is a
placeholder for the non-ASCII character "'a' with a bowl on top of it"​...

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2018-02-06 15:58:14 Re: Pgcrypto (PostgreSQL 10) on Debain 9?
Previous Message George Neuner 2018-02-06 15:46:02 Re: Regex Replace with 2 conditions