Re: win codepages 1253, 1254, 1255, 1257 and cleanup

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: win codepages 1253, 1254, 1255, 1257 and cleanup
Дата
Msg-id Pine.BSO.4.63.0602201753520.5173@leary.csoft.net
обсуждение исходный текст
Ответ на Re: win codepages 1253, 1254, 1255, 1257 and cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: win codepages 1253, 1254, 1255, 1257 and cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches

On Sat, 18 Feb 2006, Peter Eisentraut wrote:

> Kris Jurka wrote:
>> The attached patch adds support for windows codepages 1253, 1254,
>> 1255, and 1257 and cleans up a bunch of the support utilities.
>
> I've applied this patch but left out the changes to the Japanese
> encoding maps, as you suggested.

The Makefile was invoking perl scripts as ./script.pl.  This fails when
the script is not executable as UCS_to_most.pl is in CVS.  It also won't
pick up any custom setting of the perl version/location to use.  This
patch calls perl scripts like $(PERL) $(srcdir)/script.pl.

Kris Jurka

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] WIP: Create shell-types explicitly
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: WIP: further sorting speedup