authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 16:47:24 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 16:47:24 -08:00
log7ea09ec54a45ddcb55c867c3b48e71e3c94119d6
tree4b2455e7059dd63624b0c96dec29f7f34816dec4
parentc39e4d6ff492cf72c9d2f271bf0f39d121f83bc0

add link to remote url for file


4 files changed, 12 insertions(+), 1 deletions(-)

scripts/_common.zig+6-1
......@@ -31,8 +31,13 @@ pub fn Main(comptime T: type) type {
3131 \\// See http://www.unicode.org/reports/tr44/ for more information.
3232 \\//
3333 \\
34 \\
3534 );
35 try w.print(
36 \\// Based on the source file: {s}
37 \\//
38 \\
39 \\
40 , .{T.source_url});
3641 try w.writeAll(T.dest_header);
3742
3843 const req = try zfetch.Request.init(alloc, T.source_url, null);
src/arabic_shaping.zig+2
......@@ -1,6 +1,8 @@
11// This file is part of the Unicode Character Database
22// See http://www.unicode.org/reports/tr44/ for more information.
33//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt
5//
46
57pub const Shaping = struct {
68 codepoint: u21,
src/bidi_brackets.zig+2
......@@ -1,6 +1,8 @@
11// This file is part of the Unicode Character Database
22// See http://www.unicode.org/reports/tr44/ for more information.
33//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt
5//
46
57pub const BracketPairing = struct {
68 codepoint: u21,
src/blocks.zig+2
......@@ -1,6 +1,8 @@
11// This file is part of the Unicode Character Database
22// See http://www.unicode.org/reports/tr44/ for more information.
33//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt
5//
46
57pub const Block = struct {
68 from: u21,