mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
LibTextCodec: Add Big5 decoder
This commit is contained in:
committed by
Andreas Kling
parent
2ce61fe6ea
commit
9943bb1d8e
@@ -207,6 +207,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
.gb18030_ranges = data.get("gb18030-ranges"sv)->as_array(),
|
||||
.indexes = {
|
||||
{ "gb18030"sv, move(gb18030_table) },
|
||||
{ "big5"sv, prepare_table(data.get("big5"sv)->as_array()) },
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user