diff options
Diffstat (limited to 'regexp/parse-unidata.awk')
-rw-r--r-- | regexp/parse-unidata.awk | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/regexp/parse-unidata.awk b/regexp/parse-unidata.awk index c293c7ecf..8bdc0bf8b 100644 --- a/regexp/parse-unidata.awk +++ b/regexp/parse-unidata.awk @@ -1,5 +1,26 @@ +# +# parse-unidata.awk - generate a table (unicode_case_mapping_upper) +# +# Copyright (C) 2020 g10 Code GmbH +# +# This file is part of GnuPG. +# +# GnuPG is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# GnuPG is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see <https://www.gnu.org/licenses/>. +# + # Parse the unicode data from: -# https://unicode.org/Public/UNIDATA/UnicodeData.txt +# https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt # to generate case mapping table BEGIN { |