| author | |
| committer | |
| log | 24f411955eb9dbc6a9c1fbf48a62a6f64e547fc6 |
| tree | be40bd8581296578d98c5d65dbb78e5fe5b2cba4 |
| parent | 42386e972198e09028c0b2135de5244448b240ff |
5 files changed, 5 insertions(+), 5 deletions(-)
scripts/_common.zig+1-1| ... | ... | @@ -28,7 +28,7 @@ pub fn Main(comptime T: type) type { |
| 28 | 28 | |
| 29 | 29 | try w.writeAll( |
| 30 | 30 | \\// This file is part of the Unicode Character Database |
| 31 | \\// See http://www.unicode.org/reports/tr44/ for more information. | |
| 31 | \\// For documentation, see http://www.unicode.org/reports/tr44/ | |
| 32 | 32 | \\// |
| 33 | 33 | \\ |
| 34 | 34 | ); |
src/arabic_shaping.zig+1-1| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | // This file is part of the Unicode Character Database |
| 2 | // See http://www.unicode.org/reports/tr44/ for more information. | |
| 2 | // For documentation, see http://www.unicode.org/reports/tr44/ | |
| 3 | 3 | // |
| 4 | 4 | // Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt |
| 5 | 5 | // |
src/bidi_brackets.zig+1-1| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | // This file is part of the Unicode Character Database |
| 2 | // See http://www.unicode.org/reports/tr44/ for more information. | |
| 2 | // For documentation, see http://www.unicode.org/reports/tr44/ | |
| 3 | 3 | // |
| 4 | 4 | // Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt |
| 5 | 5 | // |
src/bidi_mirroring.zig+1-1| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | // This file is part of the Unicode Character Database |
| 2 | // See http://www.unicode.org/reports/tr44/ for more information. | |
| 2 | // For documentation, see http://www.unicode.org/reports/tr44/ | |
| 3 | 3 | // |
| 4 | 4 | // Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt |
| 5 | 5 | // |
src/blocks.zig+1-1| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | // This file is part of the Unicode Character Database |
| 2 | // See http://www.unicode.org/reports/tr44/ for more information. | |
| 2 | // For documentation, see http://www.unicode.org/reports/tr44/ | |
| 3 | 3 | // |
| 4 | 4 | // Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt |
| 5 | 5 | // |