mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibTextCodec: Add Big5 decoder
This commit is contained in:
committed by
Andreas Kling
parent
2ce61fe6ea
commit
9943bb1d8e
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/skyrising Commit: https://github.com/SerenityOS/serenity/commit/9943bb1d8e Pull-request: https://github.com/SerenityOS/serenity/pull/24485 Reviewed-by: https://github.com/ADKaster
@@ -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