Add possibility to generate only some files, by passing command-line
arguments.
This commit is contained in:
parent
b79e374519
commit
06941da30b
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright (c) 2001-2009, PostgreSQL Global Development Group
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.5 2009/01/01 17:23:51 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.6 2009/02/10 16:36:55 petere Exp $
|
||||
#
|
||||
# Generate UTF-8 <--> character code conversion tables from
|
||||
# map files provided by Unicode organization.
|
||||
@ -50,6 +50,7 @@ require "ucs2utf.pl";
|
||||
);
|
||||
|
||||
@charsets = keys(filename);
|
||||
@charsets = @ARGV if scalar(@ARGV);
|
||||
foreach $charset (@charsets) {
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user