diff options
Diffstat (limited to 'src/backend/utils/mb/Unicode/UCS_to_BIG5.pl')
-rwxr-xr-x | src/backend/utils/mb/Unicode/UCS_to_BIG5.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl index c0f6348029c..06e6f839fe0 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl @@ -1,8 +1,8 @@ #! /usr/bin/perl # -# Copyright 2001 by PostgreSQL Global Development Group +# Copyright (c) 2001-2003, PostgreSQL Global Development Group # -# $Id: UCS_to_BIG5.pl,v 1.2 2001/04/16 06:10:18 ishii Exp $ +# $Id: UCS_to_BIG5.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $ # # Generate UTF-8 <--> BIG5 code conversion tables from # map files provided by Unicode organization. |