From 458cc3f492f3a20782874cee9935060058318501 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 4 Feb 2026 08:04:50 -0800 Subject: [PATCH] update pub scripts for 18 --- pub/copy-alpha-to-draft.sh | 2 +- pub/copy-beta-to-draft.sh | 6 +++--- pub/copy-final.sh | 5 ++++- pub/copy-ucd-to-draft.sh | 2 +- unicodetools/data/linkification/dev/ReadMe.txt | 8 ++++++++ 5 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 unicodetools/data/linkification/dev/ReadMe.txt diff --git a/pub/copy-alpha-to-draft.sh b/pub/copy-alpha-to-draft.sh index d2a28319a9..18eca995c7 100755 --- a/pub/copy-alpha-to-draft.sh +++ b/pub/copy-alpha-to-draft.sh @@ -11,7 +11,7 @@ DEST=$2 UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data # Adjust the following for each year and version as needed. -COPY_YEAR=2025 +COPY_YEAR=2026 UNI_VER=18.0.0 EMOJI_VER=18.0 diff --git a/pub/copy-beta-to-draft.sh b/pub/copy-beta-to-draft.sh index ca2da2fa1f..9bc4ca3a9b 100755 --- a/pub/copy-beta-to-draft.sh +++ b/pub/copy-beta-to-draft.sh @@ -11,7 +11,7 @@ DEST=$2 UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data # Adjust the following for each year and version as needed. -COPY_YEAR=2025 +COPY_YEAR=2026 UNI_VER=18.0.0 EMOJI_VER=18.0 @@ -46,8 +46,8 @@ cp $UNITOOLS_DATA/idna/dev/* $DEST/idna mkdir -p $DEST/security cp $UNITOOLS_DATA/security/dev/* $DEST/security -mkdir -p $DEST/links -cp $UNITOOLS_DATA/links/dev/* $DEST/links +mkdir -p $DEST/linkification +cp $UNITOOLS_DATA/linkification/dev/* $DEST/linkification # Fix permissions. Everyone can read, and search directories. chmod a+rX -R $DEST diff --git a/pub/copy-final.sh b/pub/copy-final.sh index 481910138e..d6dd8166d6 100755 --- a/pub/copy-final.sh +++ b/pub/copy-final.sh @@ -11,7 +11,7 @@ DEST=$2 UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data # Adjust the following for each year and version as needed. -COPY_YEAR=2025 +COPY_YEAR=2026 UNI_VER=18.0.0 EMOJI_VER=18.0 @@ -46,6 +46,9 @@ cp $UNITOOLS_DATA/idna/dev/* $DEST/idna mkdir -p $DEST/security cp $UNITOOLS_DATA/security/dev/* $DEST/security +mkdir -p $DEST/linkification +cp $UNITOOLS_DATA/linkification/dev/* $DEST/linkification + # Fix permissions. Everyone can read, and search directories. chmod a+rX -R $DEST diff --git a/pub/copy-ucd-to-draft.sh b/pub/copy-ucd-to-draft.sh index 7c03510561..7520924ffa 100755 --- a/pub/copy-ucd-to-draft.sh +++ b/pub/copy-ucd-to-draft.sh @@ -11,7 +11,7 @@ DEST=$2 UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data # Adjust the following for each year and version as needed. -COPY_YEAR=2025 +COPY_YEAR=2026 UNI_VER=18.0.0 EMOJI_VER=18.0 diff --git a/unicodetools/data/linkification/dev/ReadMe.txt b/unicodetools/data/linkification/dev/ReadMe.txt new file mode 100644 index 0000000000..89345eab09 --- /dev/null +++ b/unicodetools/data/linkification/dev/ReadMe.txt @@ -0,0 +1,8 @@ +# Unicode Link Detection and Formatting +# © COPY_YEAR Unicode®, Inc. +# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. +# For terms of use and license, see https://www.unicode.org/terms_of_use.html + +This directory contains data files for version UNI_VER of +UTS #58: Unicode Link Detection and Formatting: URLs and Email Addresses +(https://www.unicode.org/reports/tr58/)