Re: Regex Replace with 2 conditions

Поиск
Список
Период
Сортировка
От Francisco Olarte
Тема Re: Regex Replace with 2 conditions
Дата
Msg-id CA+bJJbywWicaO6TvTuFzC1b6Xq909K0pst37KD-wpj8Xk8ykZQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Regex Replace with 2 conditions  (George Neuner <gneuner2@comcast.net>)
Список pgsql-general
George:

On Tue, Feb 6, 2018 at 4:46 PM, George Neuner <gneuner2@comcast.net> wrote:
> On Mon, 5 Feb 2018 18:22:02 +0100, Francisco Olarte
> <folarte@peoplecall.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.

I made a typo there, 0..127, not 128 ( or [0,128)  ;-) )

> What ASCII table are you reading?  The question mark symbol is #63. It
> lies between the numbers and the capital letter set.

I'm not reading any ascii table, and I did NOT send a question mark.
IIRC I copied an a with something looking like an inverted circumflex
above. I was using gmail in ubuntu in firefox, wihich I think works in
unicode and sends mail in UTF-8, AAMOF I've looked at it and I see:

>>>
From: Francisco Olarte <folarte@peoplecall.com>
To: Denisa Cirstescu <Denisa.Cirstescu@tangoe.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-general@postgresql.org"
<pgsql-general@postgresql.org>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<<<

and a little below:

>>>
I repeat for the last time. YOU ARE NOT USING ASCII. ASCII IS A SEVEN
BIT CODE, 0-128. "=C4=83" IS NOT IN THE ASCII CHARACTER SET.
<<<

So, no question mark sent, I suspect your mail chain may be playing
tricks on you, or may be you are translating to 7 bits on purpose
since your mail came with the headers:

>>>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
<<<

I'll suggest you fix that before participating in threads with unicode
content. Also, many programs use ? as a placeholder for something not
in its charset, so always suspect you are not seeing the right char
when you encounter one of this things.

Francisco Olarte.


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Found non-empty schema without metadata table error whilemigrating
Следующее
От: George Neuner
Дата:
Сообщение: Re: Regex Replace with 2 conditions