From e9f1be056639607b01ed6da88fce58a10f32ee59 Mon Sep 17 00:00:00 2001 From: Khang Date: Sun, 17 Aug 2025 03:35:16 -0400 Subject: [PATCH] Add new th20 ECL formats --- thecl/thecl10.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/thecl/thecl10.c b/thecl/thecl10.c index f7de8b9..efc6911 100644 --- a/thecl/thecl10.c +++ b/thecl/thecl10.c @@ -1080,16 +1080,27 @@ static const id_format_pair_t th19_fmts[] = { }; static const id_format_pair_t th20_fmts[] = { + { 46, "SSSSSSSSS" }, + { 47, "Sffffffff" }, { 341, "" }, { 342, "" }, { 343, "S" }, { 344, "SS" }, { 448, "S" }, + { 536, "" }, + { 537, "" }, + { 540, "SS" }, + { 546, "S" }, + { 547, "S" }, { 548, "" }, { 564, "" }, + { 565, "" }, + { 566, "S" }, { 567, "SS" }, { 572, "S" }, { 573, "" }, + { 574, "" }, + { 575, "S" }, { 1001, "S" }, { 1002, "S" }, { 1003, "S" },