mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Remove obsolete references to JIS0201.TXT JIS0208.TXT.
We don't use those files anymore, since commit 1de9cc0dcc
.
This commit is contained in:
@@ -57,8 +57,11 @@ sub read_source
|
||||
|
||||
next if (/^0x([0-9A-F]+)\s+(#.*)$/);
|
||||
|
||||
# Skip the first column for JIS0208.TXT
|
||||
if (!/^0x([0-9A-Fa-f]+)\s+0x([0-9A-Fa-f]+)\s+(?:0x([0-9A-Fa-f]+)\s+)?(#.*)$/)
|
||||
# The Unicode source files have three columns
|
||||
# 1: The "foreign" code (in hex)
|
||||
# 2: Unicode code point (in hex)
|
||||
# 3: Unicode name
|
||||
if (!/^0x([0-9A-Fa-f]+)\s+0x([0-9A-Fa-f]+)\s+(#.*)$/)
|
||||
{
|
||||
print STDERR "READ ERROR at line $. in $fname: $_\n";
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user