1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00

LibTextCodec: Add Big5 decoder

This commit is contained in:
Simon Wanner 2024-05-28 10:18:50 +02:00 committed by Andreas Kling
parent 2ce61fe6ea
commit 9943bb1d8e
Notes: sideshowbarker 2024-07-17 08:25:15 +09:00
3 changed files with 101 additions and 0 deletions

View file

@ -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()) },
},
};