vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 CVS logs show that there were some manual customizations of these mapping files, so it's better to leave them. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Am Montag, 20. Februar 2006 23:58 schrieb Kris Jurka: > 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. Fixed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |