File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Process UCD XML to JSON
3535 run : |
3636 ./bin/ucd_download.sh
37- ./bin/ucd_to_json.ts
37+ ./bin/ucd_to_json.mts
3838
3939 - name : Set Status Info
4040 run : |
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ See it in action: [emojisearch.org](https://www.emojisearch.org/)
2727
2828## To Do
2929
30- - [ ] bigger font for example column
30+ - [ ] images
31+ - [ ] detail columns
32+ - [ ] better formatting of codepoint(s) column w/multiple
3133- [ ] test dark mode
3234- [ ] share links in footer
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Download and unzip the emoji test file
4- # from Unicode.org.
3+ # Download and unzip the emoji test file from Unicode.org.
54#
65
76set -o nounset
@@ -11,7 +10,7 @@ set -o pipefail
1110SCRIPT_HOME=" $( cd " $( dirname " $0 " ) " && pwd ) "
1211BASE_DIR=$( realpath " ${SCRIPT_HOME} /.." )
1312
14- echo " INFO: starting download at $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) "
13+ echo " INFO: starting ucd download at $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) "
1514
1615TMP_DIR=" ${BASE_DIR} /tmp"
1716if [ ! -d " ${TMP_DIR} " ]; then
2827 --silent \
2928 https://www.unicode.org/Public/17.0.0/emoji/emoji-test.txt
3029
31- echo " INFO: completed download at $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) "
30+ echo " INFO: completed ucd download at $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments