From 9ad08efc1675c0abf4f66e9451adf2281feffffd Mon Sep 17 00:00:00 2001 From: Amer Harb Date: Fri, 3 May 2024 09:47:54 +0200 Subject: [PATCH] capital letter --- packages/aegean/src/numerals.ts | 90 ++++++++++++------------- packages/hieroglyphic/CHANGELOG.md | 2 +- packages/hieroglyphic/src/numerals.ts | 94 +++++++++++++-------------- packages/mayan/CHANGELOG.md | 2 +- packages/mayan/src/numerals.ts | 40 ++++++------ packages/roman/src/numerals.ts | 40 ++++++------ 6 files changed, 134 insertions(+), 134 deletions(-) diff --git a/packages/aegean/src/numerals.ts b/packages/aegean/src/numerals.ts index b2d70c6..af5140a 100644 --- a/packages/aegean/src/numerals.ts +++ b/packages/aegean/src/numerals.ts @@ -1,53 +1,53 @@ const numbers = [ - String.fromCodePoint(0x10107), /** #0 𐄇 U+10107 aegean numeral 1 */ - String.fromCodePoint(0x10108), /** #1 𐄈 U+10108 aegean numeral 2 */ - String.fromCodePoint(0x10109), /** #2 𐄉 U+10109 aegean numeral 3 */ - String.fromCodePoint(0x1010A), /** #3 𐄊 U+1010A aegean numeral 4 */ - String.fromCodePoint(0x1010B), /** #4 𐄋 U+1010B aegean numeral 5 */ - String.fromCodePoint(0x1010C), /** #5 𐄌 U+1010C aegean numeral 6 */ - String.fromCodePoint(0x1010D), /** #6 𐄍 U+1010D aegean numeral 7 */ - String.fromCodePoint(0x1010E), /** #7 𐄎 U+1010E aegean numeral 8 */ - String.fromCodePoint(0x1010F), /** #8 𐄏 U+1010F aegean numeral 9 */ + String.fromCodePoint(0x10107), /** #0 𐄇 U+10107 Aegean numeral 1 */ + String.fromCodePoint(0x10108), /** #1 𐄈 U+10108 Aegean numeral 2 */ + String.fromCodePoint(0x10109), /** #2 𐄉 U+10109 Aegean numeral 3 */ + String.fromCodePoint(0x1010A), /** #3 𐄊 U+1010A Aegean numeral 4 */ + String.fromCodePoint(0x1010B), /** #4 𐄋 U+1010B Aegean numeral 5 */ + String.fromCodePoint(0x1010C), /** #5 𐄌 U+1010C Aegean numeral 6 */ + String.fromCodePoint(0x1010D), /** #6 𐄍 U+1010D Aegean numeral 7 */ + String.fromCodePoint(0x1010E), /** #7 𐄎 U+1010E Aegean numeral 8 */ + String.fromCodePoint(0x1010F), /** #8 𐄏 U+1010F Aegean numeral 9 */ - String.fromCodePoint(0x10110), /** #9 𐄐 U+10110 aegean numeral 10 */ - String.fromCodePoint(0x10111), /** #10 𐄑 U+10111 aegean numeral 20 */ - String.fromCodePoint(0x10112), /** #11 𐄒 U+10112 aegean numeral 30 */ - String.fromCodePoint(0x10113), /** #12 𐄓 U+10113 aegean numeral 40 */ - String.fromCodePoint(0x10114), /** #13 𐄔 U+10114 aegean numeral 50 */ - String.fromCodePoint(0x10115), /** #14 𐄕 U+10115 aegean numeral 60 */ - String.fromCodePoint(0x10116), /** #15 𐄖 U+10116 aegean numeral 70 */ - String.fromCodePoint(0x10117), /** #16 𐄗 U+10117 aegean numeral 80 */ - String.fromCodePoint(0x10118), /** #17 𐄘 U+10118 aegean numeral 90 */ + String.fromCodePoint(0x10110), /** #9 𐄐 U+10110 Aegean numeral 10 */ + String.fromCodePoint(0x10111), /** #10 𐄑 U+10111 Aegean numeral 20 */ + String.fromCodePoint(0x10112), /** #11 𐄒 U+10112 Aegean numeral 30 */ + String.fromCodePoint(0x10113), /** #12 𐄓 U+10113 Aegean numeral 40 */ + String.fromCodePoint(0x10114), /** #13 𐄔 U+10114 Aegean numeral 50 */ + String.fromCodePoint(0x10115), /** #14 𐄕 U+10115 Aegean numeral 60 */ + String.fromCodePoint(0x10116), /** #15 𐄖 U+10116 Aegean numeral 70 */ + String.fromCodePoint(0x10117), /** #16 𐄗 U+10117 Aegean numeral 80 */ + String.fromCodePoint(0x10118), /** #17 𐄘 U+10118 Aegean numeral 90 */ - String.fromCodePoint(0x10119), /** #18 𐄙 U+10119 aegean numeral 100 */ - String.fromCodePoint(0x1011A), /** #19 𐄚 U+1011A aegean numeral 200 */ - String.fromCodePoint(0x1011B), /** #20 𐄛 U+1011B aegean numeral 300 */ - String.fromCodePoint(0x1011C), /** #21 𐄜 U+1011C aegean numeral 400 */ - String.fromCodePoint(0x1011D), /** #22 𐄝 U+1011D aegean numeral 500 */ - String.fromCodePoint(0x1011E), /** #23 𐄞 U+1011E aegean numeral 600 */ - String.fromCodePoint(0x1011F), /** #24 𐄟 U+1011F aegean numeral 700 */ - String.fromCodePoint(0x10120), /** #25 𐄠 U+10120 aegean numeral 800 */ - String.fromCodePoint(0x10121), /** #26 𐄡 U+10121 aegean numeral 900 */ + String.fromCodePoint(0x10119), /** #18 𐄙 U+10119 Aegean numeral 100 */ + String.fromCodePoint(0x1011A), /** #19 𐄚 U+1011A Aegean numeral 200 */ + String.fromCodePoint(0x1011B), /** #20 𐄛 U+1011B Aegean numeral 300 */ + String.fromCodePoint(0x1011C), /** #21 𐄜 U+1011C Aegean numeral 400 */ + String.fromCodePoint(0x1011D), /** #22 𐄝 U+1011D Aegean numeral 500 */ + String.fromCodePoint(0x1011E), /** #23 𐄞 U+1011E Aegean numeral 600 */ + String.fromCodePoint(0x1011F), /** #24 𐄟 U+1011F Aegean numeral 700 */ + String.fromCodePoint(0x10120), /** #25 𐄠 U+10120 Aegean numeral 800 */ + String.fromCodePoint(0x10121), /** #26 𐄡 U+10121 Aegean numeral 900 */ - String.fromCodePoint(0x10122), /** #27 𐄢 U+10122 aegean numeral 1000 */ - String.fromCodePoint(0x10123), /** #28 𐄣 U+10123 aegean numeral 2000 */ - String.fromCodePoint(0x10124), /** #29 𐄤 U+10124 aegean numeral 3000 */ - String.fromCodePoint(0x10125), /** #30 𐄥 U+10125 aegean numeral 4000 */ - String.fromCodePoint(0x10126), /** #31 𐄦 U+10126 aegean numeral 5000 */ - String.fromCodePoint(0x10127), /** #32 𐄧 U+10127 aegean numeral 6000 */ - String.fromCodePoint(0x10128), /** #33 𐄨 U+10128 aegean numeral 7000 */ - String.fromCodePoint(0x10129), /** #34 𐄩 U+10129 aegean numeral 8000 */ - String.fromCodePoint(0x1012A), /** #35 𐄪 U+1012A aegean numeral 9000 */ + String.fromCodePoint(0x10122), /** #27 𐄢 U+10122 Aegean numeral 1000 */ + String.fromCodePoint(0x10123), /** #28 𐄣 U+10123 Aegean numeral 2000 */ + String.fromCodePoint(0x10124), /** #29 𐄤 U+10124 Aegean numeral 3000 */ + String.fromCodePoint(0x10125), /** #30 𐄥 U+10125 Aegean numeral 4000 */ + String.fromCodePoint(0x10126), /** #31 𐄦 U+10126 Aegean numeral 5000 */ + String.fromCodePoint(0x10127), /** #32 𐄧 U+10127 Aegean numeral 6000 */ + String.fromCodePoint(0x10128), /** #33 𐄨 U+10128 Aegean numeral 7000 */ + String.fromCodePoint(0x10129), /** #34 𐄩 U+10129 Aegean numeral 8000 */ + String.fromCodePoint(0x1012A), /** #35 𐄪 U+1012A Aegean numeral 9000 */ - String.fromCodePoint(0x1012B), /** #36 𐄫 U+1012B aegean numeral 10,000 */ - String.fromCodePoint(0x1012C), /** #37 𐄬 U+1012C aegean numeral 20,000 */ - String.fromCodePoint(0x1012D), /** #38 𐄭 U+1012D aegean numeral 30,000 */ - String.fromCodePoint(0x1012E), /** #39 𐄮 U+1012E aegean numeral 40,000 */ - String.fromCodePoint(0x1012F), /** #40 𐄯 U+1012F aegean numeral 50,000 */ - String.fromCodePoint(0x10130), /** #41 𐄰 U+10130 aegean numeral 60,000 */ - String.fromCodePoint(0x10131), /** #42 𐄱 U+10131 aegean numeral 70,000 */ - String.fromCodePoint(0x10132), /** #43 𐄲 U+10132 aegean numeral 80,000 */ - String.fromCodePoint(0x10133), /** #44 𐄳 U+10133 aegean numeral 90,000 */ + String.fromCodePoint(0x1012B), /** #36 𐄫 U+1012B Aegean numeral 10,000 */ + String.fromCodePoint(0x1012C), /** #37 𐄬 U+1012C Aegean numeral 20,000 */ + String.fromCodePoint(0x1012D), /** #38 𐄭 U+1012D Aegean numeral 30,000 */ + String.fromCodePoint(0x1012E), /** #39 𐄮 U+1012E Aegean numeral 40,000 */ + String.fromCodePoint(0x1012F), /** #40 𐄯 U+1012F Aegean numeral 50,000 */ + String.fromCodePoint(0x10130), /** #41 𐄰 U+10130 Aegean numeral 60,000 */ + String.fromCodePoint(0x10131), /** #42 𐄱 U+10131 Aegean numeral 70,000 */ + String.fromCodePoint(0x10132), /** #43 𐄲 U+10132 Aegean numeral 80,000 */ + String.fromCodePoint(0x10133), /** #44 𐄳 U+10133 Aegean numeral 90,000 */ ] as const export const Ag = { diff --git a/packages/hieroglyphic/CHANGELOG.md b/packages/hieroglyphic/CHANGELOG.md index 1215164..361c9c2 100644 --- a/packages/hieroglyphic/CHANGELOG.md +++ b/packages/hieroglyphic/CHANGELOG.md @@ -1,4 +1,4 @@ -# hieroglyphic Changelog +# Hieroglyphic Changelog ## [0.0.2] 2024-05-01 diff --git a/packages/hieroglyphic/src/numerals.ts b/packages/hieroglyphic/src/numerals.ts index b49dea3..919ee4b 100644 --- a/packages/hieroglyphic/src/numerals.ts +++ b/packages/hieroglyphic/src/numerals.ts @@ -1,56 +1,56 @@ const numbers = [ - String.fromCodePoint(0x133FA), /** #0 𓏺 U+133FA hieroglyphic numeral 1 */ - String.fromCodePoint(0x133FB), /** #1 𓏻 U+133FB hieroglyphic numeral 2 */ - String.fromCodePoint(0x133FC), /** #2 𓏼 U+133FC hieroglyphic numeral 3 */ - String.fromCodePoint(0x133FD), /** #3 𓏽 U+133FD hieroglyphic numeral 4 */ - String.fromCodePoint(0x133FE), /** #4 𓏾 U+133FE hieroglyphic numeral 5 */ - String.fromCodePoint(0x133FF), /** #5 𓏿 U+133FF hieroglyphic numeral 6 */ - String.fromCodePoint(0x13400), /** #6 𓐀 U+13400 hieroglyphic numeral 7 */ - String.fromCodePoint(0x13401), /** #7 𓐁 U+13401 hieroglyphic numeral 8 */ - String.fromCodePoint(0x13402), /** #8 𓐂 U+13402 hieroglyphic numeral 9 */ + String.fromCodePoint(0x133FA), /** #0 𓏺 U+133FA Hieroglyphic numeral 1 */ + String.fromCodePoint(0x133FB), /** #1 𓏻 U+133FB Hieroglyphic numeral 2 */ + String.fromCodePoint(0x133FC), /** #2 𓏼 U+133FC Hieroglyphic numeral 3 */ + String.fromCodePoint(0x133FD), /** #3 𓏽 U+133FD Hieroglyphic numeral 4 */ + String.fromCodePoint(0x133FE), /** #4 𓏾 U+133FE Hieroglyphic numeral 5 */ + String.fromCodePoint(0x133FF), /** #5 𓏿 U+133FF Hieroglyphic numeral 6 */ + String.fromCodePoint(0x13400), /** #6 𓐀 U+13400 Hieroglyphic numeral 7 */ + String.fromCodePoint(0x13401), /** #7 𓐁 U+13401 Hieroglyphic numeral 8 */ + String.fromCodePoint(0x13402), /** #8 𓐂 U+13402 Hieroglyphic numeral 9 */ - String.fromCodePoint(0x13386), /** #9 𓎆 U+13386 hieroglyphic numeral 10 */ - String.fromCodePoint(0x13387), /** #10 𓎇 U+13387 hieroglyphic numeral 20 */ - String.fromCodePoint(0x13388), /** #11 𓎈 U+13388 hieroglyphic numeral 30 */ - String.fromCodePoint(0x13389), /** #12 𓎉 U+13389 hieroglyphic numeral 40 */ - String.fromCodePoint(0x1338A), /** #13 𓎊 U+1338A hieroglyphic numeral 50 */ - String.fromCodePoint(0x1338B), /** #14 𓎋 U+1338B hieroglyphic numeral 60 */ - String.fromCodePoint(0x1338C), /** #15 𓎌 U+1338C hieroglyphic numeral 70 */ - String.fromCodePoint(0x1338D), /** #16 𓎍 U+1338D hieroglyphic numeral 80 */ - String.fromCodePoint(0x1338E), /** #17 𓎎 U+1338E hieroglyphic numeral 90 */ + String.fromCodePoint(0x13386), /** #9 𓎆 U+13386 Hieroglyphic numeral 10 */ + String.fromCodePoint(0x13387), /** #10 𓎇 U+13387 Hieroglyphic numeral 20 */ + String.fromCodePoint(0x13388), /** #11 𓎈 U+13388 Hieroglyphic numeral 30 */ + String.fromCodePoint(0x13389), /** #12 𓎉 U+13389 Hieroglyphic numeral 40 */ + String.fromCodePoint(0x1338A), /** #13 𓎊 U+1338A Hieroglyphic numeral 50 */ + String.fromCodePoint(0x1338B), /** #14 𓎋 U+1338B Hieroglyphic numeral 60 */ + String.fromCodePoint(0x1338C), /** #15 𓎌 U+1338C Hieroglyphic numeral 70 */ + String.fromCodePoint(0x1338D), /** #16 𓎍 U+1338D Hieroglyphic numeral 80 */ + String.fromCodePoint(0x1338E), /** #17 𓎎 U+1338E Hieroglyphic numeral 90 */ - String.fromCodePoint(0x13362), /** #18 𓍢 U+13362 hieroglyphic numeral 100 */ - String.fromCodePoint(0x13363), /** #19 𓍣 U+13363 hieroglyphic numeral 200 */ - String.fromCodePoint(0x13364), /** #20 𓍤 U+13364 hieroglyphic numeral 300 */ - String.fromCodePoint(0x13365), /** #21 𓍥 U+13365 hieroglyphic numeral 400 */ - String.fromCodePoint(0x13366), /** #22 𓍦 U+13366 hieroglyphic numeral 500 */ - String.fromCodePoint(0x13367), /** #23 𓍧 U+13367 hieroglyphic numeral 600 */ - String.fromCodePoint(0x13368), /** #24 𓍨 U+13368 hieroglyphic numeral 700 */ - String.fromCodePoint(0x13369), /** #25 𓍩 U+13369 hieroglyphic numeral 800 */ - String.fromCodePoint(0x1336A), /** #26 𓍪 U+1336A hieroglyphic numeral 900 */ + String.fromCodePoint(0x13362), /** #18 𓍢 U+13362 Hieroglyphic numeral 100 */ + String.fromCodePoint(0x13363), /** #19 𓍣 U+13363 Hieroglyphic numeral 200 */ + String.fromCodePoint(0x13364), /** #20 𓍤 U+13364 Hieroglyphic numeral 300 */ + String.fromCodePoint(0x13365), /** #21 𓍥 U+13365 Hieroglyphic numeral 400 */ + String.fromCodePoint(0x13366), /** #22 𓍦 U+13366 Hieroglyphic numeral 500 */ + String.fromCodePoint(0x13367), /** #23 𓍧 U+13367 Hieroglyphic numeral 600 */ + String.fromCodePoint(0x13368), /** #24 𓍨 U+13368 Hieroglyphic numeral 700 */ + String.fromCodePoint(0x13369), /** #25 𓍩 U+13369 Hieroglyphic numeral 800 */ + String.fromCodePoint(0x1336A), /** #26 𓍪 U+1336A Hieroglyphic numeral 900 */ - String.fromCodePoint(0x131BC), /** #27 𓆼 U+131BC hieroglyphic numeral 1000 */ - String.fromCodePoint(0x131BD), /** #28 𓆽 U+131BD hieroglyphic numeral 2000 */ - String.fromCodePoint(0x131BE), /** #29 𓆾 U+131BE hieroglyphic numeral 3000 */ - String.fromCodePoint(0x131BF), /** #30 𓆿 U+131BF hieroglyphic numeral 4000 */ - String.fromCodePoint(0x131C0), /** #31 𓇀 U+131C0 hieroglyphic numeral 5000 */ - String.fromCodePoint(0x131C1), /** #32 𓇁 U+131C1 hieroglyphic numeral 6000 */ - String.fromCodePoint(0x131C2), /** #33 𓇂 U+131C2 hieroglyphic numeral 7000 */ - String.fromCodePoint(0x131C3), /** #34 𓇃 U+131C3 hieroglyphic numeral 8000 */ - String.fromCodePoint(0x131C4), /** #35 𓇄 U+131C4 hieroglyphic numeral 9000 */ + String.fromCodePoint(0x131BC), /** #27 𓆼 U+131BC Hieroglyphic numeral 1000 */ + String.fromCodePoint(0x131BD), /** #28 𓆽 U+131BD Hieroglyphic numeral 2000 */ + String.fromCodePoint(0x131BE), /** #29 𓆾 U+131BE Hieroglyphic numeral 3000 */ + String.fromCodePoint(0x131BF), /** #30 𓆿 U+131BF Hieroglyphic numeral 4000 */ + String.fromCodePoint(0x131C0), /** #31 𓇀 U+131C0 Hieroglyphic numeral 5000 */ + String.fromCodePoint(0x131C1), /** #32 𓇁 U+131C1 Hieroglyphic numeral 6000 */ + String.fromCodePoint(0x131C2), /** #33 𓇂 U+131C2 Hieroglyphic numeral 7000 */ + String.fromCodePoint(0x131C3), /** #34 𓇃 U+131C3 Hieroglyphic numeral 8000 */ + String.fromCodePoint(0x131C4), /** #35 𓇄 U+131C4 Hieroglyphic numeral 9000 */ - String.fromCodePoint(0x130AD), /** #36 𓂭 U+130AD hieroglyphic numeral 10,000 */ - String.fromCodePoint(0x130AE), /** #37 𓂮 U+130AE hieroglyphic numeral 20,000 */ - String.fromCodePoint(0x130AF), /** #38 𓂯 U+130AF hieroglyphic numeral 30,000 */ - String.fromCodePoint(0x130B0), /** #39 𓂰 U+130B0 hieroglyphic numeral 40,000 */ - String.fromCodePoint(0x130B1), /** #40 𓂱 U+130B1 hieroglyphic numeral 50,000 */ - String.fromCodePoint(0x130B2), /** #41 𓂲 U+130B2 hieroglyphic numeral 60,000 */ - String.fromCodePoint(0x130B3), /** #42 𓂳 U+130B3 hieroglyphic numeral 70,000 */ - String.fromCodePoint(0x130B4), /** #43 𓂴 U+130B4 hieroglyphic numeral 80,000 */ - String.fromCodePoint(0x130B5), /** #44 𓂵 U+130B5 hieroglyphic numeral 90,000 */ + String.fromCodePoint(0x130AD), /** #36 𓂭 U+130AD Hieroglyphic numeral 10,000 */ + String.fromCodePoint(0x130AE), /** #37 𓂮 U+130AE Hieroglyphic numeral 20,000 */ + String.fromCodePoint(0x130AF), /** #38 𓂯 U+130AF Hieroglyphic numeral 30,000 */ + String.fromCodePoint(0x130B0), /** #39 𓂰 U+130B0 Hieroglyphic numeral 40,000 */ + String.fromCodePoint(0x130B1), /** #40 𓂱 U+130B1 Hieroglyphic numeral 50,000 */ + String.fromCodePoint(0x130B2), /** #41 𓂲 U+130B2 Hieroglyphic numeral 60,000 */ + String.fromCodePoint(0x130B3), /** #42 𓂳 U+130B3 Hieroglyphic numeral 70,000 */ + String.fromCodePoint(0x130B4), /** #43 𓂴 U+130B4 Hieroglyphic numeral 80,000 */ + String.fromCodePoint(0x130B5), /** #44 𓂵 U+130B5 Hieroglyphic numeral 90,000 */ - String.fromCodePoint(0x13190), /** #45 𓆐 U+13190 hieroglyphic numeral 100,000 */ - String.fromCodePoint(0x13068), /** #46 𓁨 U+13068 hieroglyphic numeral 1,000,000 */ + String.fromCodePoint(0x13190), /** #45 𓆐 U+13190 Hieroglyphic numeral 100,000 */ + String.fromCodePoint(0x13068), /** #46 𓁨 U+13068 Hieroglyphic numeral 1,000,000 */ ] as const diff --git a/packages/mayan/CHANGELOG.md b/packages/mayan/CHANGELOG.md index e9500e2..f37a639 100644 --- a/packages/mayan/CHANGELOG.md +++ b/packages/mayan/CHANGELOG.md @@ -1,4 +1,4 @@ -# mayan Changelog +# Mayan Changelog ## [0.0.1] 2024-04-25 diff --git a/packages/mayan/src/numerals.ts b/packages/mayan/src/numerals.ts index 9ad98d3..4ac976d 100644 --- a/packages/mayan/src/numerals.ts +++ b/packages/mayan/src/numerals.ts @@ -1,24 +1,24 @@ const numbers = [ - '\ud834\uDEE0', /** #0 𝋠 U+1D2E0 mayan numeral 0 */ - '\ud834\uDEE1', /** #1 𝋡 U+1D2E1 mayan numeral 1 */ - '\ud834\uDEE2', /** #2 𝋢 U+1D2E2 mayan numeral 2 */ - '\ud834\uDEE3', /** #3 𝋣 U+1D2E3 mayan numeral 3 */ - '\ud834\uDEE4', /** #4 𝋤 U+1D2E4 mayan numeral 4 */ - '\ud834\uDEE5', /** #5 𝋥 U+1D2E5 mayan numeral 5 */ - '\ud834\uDEE6', /** #6 𝋦 U+1D2E6 mayan numeral 6 */ - '\ud834\uDEE7', /** #7 𝋧 U+1D2E7 mayan numeral 7 */ - '\ud834\uDEE8', /** #8 𝋨 U+1D2E8 mayan numeral 8 */ - '\ud834\uDEE9', /** #9 𝋩 U+1D2E9 mayan numeral 9 */ - '\ud834\uDEEA', /** #10 𝋪 U+1D2EA mayan numeral 10 */ - '\ud834\uDEEB', /** #11 𝋫 U+1D2EB mayan numeral 11 */ - '\ud834\uDEEC', /** #12 𝋬 U+1D2EC mayan numeral 12 */ - '\ud834\uDEED', /** #13 𝋭 U+1D2ED mayan numeral 13 */ - '\ud834\uDEEE', /** #14 𝋮 U+1D2EE mayan numeral 14 */ - '\ud834\uDEEF', /** #15 𝋯 U+1D2EF mayan numeral 15 */ - '\ud834\uDEF0', /** #16 𝋰 U+1D2F0 mayan numeral 16 */ - '\ud834\uDEF1', /** #17 𝋱 U+1D2F1 mayan numeral 17 */ - '\ud834\uDEF2', /** #18 𝋲 U+1D2F2 mayan numeral 18 */ - '\ud834\uDEF3', /** #19 𝋳 U+1D2F3 mayan numeral 19 */ + '\ud834\uDEE0', /** #0 𝋠 U+1D2E0 Mayan numeral 0 */ + '\ud834\uDEE1', /** #1 𝋡 U+1D2E1 Mayan numeral 1 */ + '\ud834\uDEE2', /** #2 𝋢 U+1D2E2 Mayan numeral 2 */ + '\ud834\uDEE3', /** #3 𝋣 U+1D2E3 Mayan numeral 3 */ + '\ud834\uDEE4', /** #4 𝋤 U+1D2E4 Mayan numeral 4 */ + '\ud834\uDEE5', /** #5 𝋥 U+1D2E5 Mayan numeral 5 */ + '\ud834\uDEE6', /** #6 𝋦 U+1D2E6 Mayan numeral 6 */ + '\ud834\uDEE7', /** #7 𝋧 U+1D2E7 Mayan numeral 7 */ + '\ud834\uDEE8', /** #8 𝋨 U+1D2E8 Mayan numeral 8 */ + '\ud834\uDEE9', /** #9 𝋩 U+1D2E9 Mayan numeral 9 */ + '\ud834\uDEEA', /** #10 𝋪 U+1D2EA Mayan numeral 10 */ + '\ud834\uDEEB', /** #11 𝋫 U+1D2EB Mayan numeral 11 */ + '\ud834\uDEEC', /** #12 𝋬 U+1D2EC Mayan numeral 12 */ + '\ud834\uDEED', /** #13 𝋭 U+1D2ED Mayan numeral 13 */ + '\ud834\uDEEE', /** #14 𝋮 U+1D2EE Mayan numeral 14 */ + '\ud834\uDEEF', /** #15 𝋯 U+1D2EF Mayan numeral 15 */ + '\ud834\uDEF0', /** #16 𝋰 U+1D2F0 Mayan numeral 16 */ + '\ud834\uDEF1', /** #17 𝋱 U+1D2F1 Mayan numeral 17 */ + '\ud834\uDEF2', /** #18 𝋲 U+1D2F2 Mayan numeral 18 */ + '\ud834\uDEF3', /** #19 𝋳 U+1D2F3 Mayan numeral 19 */ ] as const export const Ma = { diff --git a/packages/roman/src/numerals.ts b/packages/roman/src/numerals.ts index 22788c2..f976102 100644 --- a/packages/roman/src/numerals.ts +++ b/packages/roman/src/numerals.ts @@ -1,27 +1,27 @@ const numbers = [ - String.fromCodePoint(0x2160), /** #0 Ⅰ U+2160 roman numeral 1 */ - String.fromCodePoint(0x2161), /** #1 Ⅱ U+2161 roman numeral 2 */ - String.fromCodePoint(0x2162), /** #2 Ⅲ U+2162 roman numeral 3 */ - String.fromCodePoint(0x2163), /** #3 Ⅳ U+2163 roman numeral 4 */ - String.fromCodePoint(0x2164), /** #4 Ⅴ U+2164 roman numeral 5 */ - String.fromCodePoint(0x2165), /** #5 Ⅵ U+2165 roman numeral 6 */ - String.fromCodePoint(0x2166), /** #6 Ⅶ U+2166 roman numeral 7 */ - String.fromCodePoint(0x2167), /** #7 Ⅷ U+2167 roman numeral 8 */ + String.fromCodePoint(0x2160), /** #0 Ⅰ U+2160 Roman numeral 1 */ + String.fromCodePoint(0x2161), /** #1 Ⅱ U+2161 Roman numeral 2 */ + String.fromCodePoint(0x2162), /** #2 Ⅲ U+2162 Roman numeral 3 */ + String.fromCodePoint(0x2163), /** #3 Ⅳ U+2163 Roman numeral 4 */ + String.fromCodePoint(0x2164), /** #4 Ⅴ U+2164 Roman numeral 5 */ + String.fromCodePoint(0x2165), /** #5 Ⅵ U+2165 Roman numeral 6 */ + String.fromCodePoint(0x2166), /** #6 Ⅶ U+2166 Roman numeral 7 */ + String.fromCodePoint(0x2167), /** #7 Ⅷ U+2167 Roman numeral 8 */ - String.fromCodePoint(0x2168), /** #8 Ⅸ U+2168 roman numeral 9 */ - String.fromCodePoint(0x2169), /** #9 Ⅹ U+2169 roman numeral 10 */ - String.fromCodePoint(0x216A), /** #10 Ⅺ U+216A roman numeral 11 */ - String.fromCodePoint(0x216B), /** #11 Ⅻ U+216B roman numeral 12 */ + String.fromCodePoint(0x2168), /** #8 Ⅸ U+2168 Roman numeral 9 */ + String.fromCodePoint(0x2169), /** #9 Ⅹ U+2169 Roman numeral 10 */ + String.fromCodePoint(0x216A), /** #10 Ⅺ U+216A Roman numeral 11 */ + String.fromCodePoint(0x216B), /** #11 Ⅻ U+216B Roman numeral 12 */ - String.fromCodePoint(0x216C), /** #12 Ⅼ U+216C roman numeral 50 */ - String.fromCodePoint(0x216D), /** #13 Ⅽ U+216D roman numeral 100 */ - String.fromCodePoint(0x216E), /** #14 Ⅾ U+216E roman numeral 500 */ - String.fromCodePoint(0x216F), /** #15 Ⅿ U+216F roman numeral 1000 */ + String.fromCodePoint(0x216C), /** #12 Ⅼ U+216C Roman numeral 50 */ + String.fromCodePoint(0x216D), /** #13 Ⅽ U+216D Roman numeral 100 */ + String.fromCodePoint(0x216E), /** #14 Ⅾ U+216E Roman numeral 500 */ + String.fromCodePoint(0x216F), /** #15 Ⅿ U+216F Roman numeral 1000 */ - String.fromCodePoint(0x2181), /** #16 ↁ U+2181 roman numeral 5000 */ - String.fromCodePoint(0x2182), /** #17 ↂ U+2182 roman numeral 10_000 */ - String.fromCodePoint(0x2187), /** #18 ↇ U+2187 roman numeral 50_000 */ - String.fromCodePoint(0x2188), /** #19 ↈ U+2188 roman numeral 100_000 */ + String.fromCodePoint(0x2181), /** #16 ↁ U+2181 Roman numeral 5000 */ + String.fromCodePoint(0x2182), /** #17 ↂ U+2182 Roman numeral 10_000 */ + String.fromCodePoint(0x2187), /** #18 ↇ U+2187 Roman numeral 50_000 */ + String.fromCodePoint(0x2188), /** #19 ↈ U+2188 Roman numeral 100_000 */ ] as const export const Ro = {