Re: finding bogus UTF-8

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: finding bogus UTF-8
Дата
Msg-id AANLkTinYG6GZwbqLagqVRtX3phGGJ0m9e-nJOwyeRiJA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: finding bogus UTF-8  (Geoffrey Myers <lists@serioustechnology.com>)
Ответы Re: finding bogus UTF-8  (Geoffrey Myers <lists@serioustechnology.com>)
Список pgsql-general
On Tue, Feb 15, 2011 at 11:09 AM, Geoffrey Myers
<lists@serioustechnology.com> wrote:
> comments would be appreciated.
>

If all you're doing is filtering stdin to stdout and deleting a range
of characters, it seems that tr would be a faster tool:

cat foo.txt | tr -d '\000-\008\013-\037\177-\377' > foo-cleaned.txt

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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: finding bogus UTF-8
Следующее
От: David Kerr
Дата:
Сообщение: Re: pg_dump: schema with OID 58698 does not exist