projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f04aa
)
Update code comment
author
Peter Eisentraut
Thu, 3 Apr 2025 07:18:04 +0000
(09:18 +0200)
committer
Peter Eisentraut
Thu, 3 Apr 2025 07:20:25 +0000
(09:20 +0200)
Commit
4e7f62bc386
added a new input file to a script but didn't
update the comment listing the input files.
src/common/unicode/generate-unicode_case_table.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/common/unicode/generate-unicode_case_table.pl
b/src/common/unicode/generate-unicode_case_table.pl
index c2adf1662a04ab7266d881dc8e4aed3983c328a4..5d9ddd628038c2c49607a0b26ea2e2485923df13 100644
(file)
--- a/
src/common/unicode/generate-unicode_case_table.pl
+++ b/
src/common/unicode/generate-unicode_case_table.pl
@@
-3,7
+3,7
@@
# Generate Unicode character case mappings. Does not include tailoring
# or locale-specific mappings.
#
-# Input: SpecialCasing.txt UnicodeData.txt
+# Input:
CaseFolding.txt
SpecialCasing.txt UnicodeData.txt
# Output: unicode_case_table.h
#
# Copyright (c) 2000-2025, PostgreSQL Global Development Group