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

From: Kris Jurka <books(at)ejurka(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: win codepages 1253, 1254, 1255, 1257 and cleanup
Date: 2006-02-20 22:58:19
Message-ID: Pine.BSO.4.63.0602201753520.5173@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
mb_map_call_perl.patch text/plain 1.8 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2006-02-21 03:05:17 Re: WIP: further sorting speedup
Previous Message Tom Lane 2006-02-20 22:23:43 Re: [PATCH] WIP: Create shell-types explicitly