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:
parent
2ce61fe6ea
commit
9943bb1d8e
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/skyrising
Commit: 9943bb1d8e
Pull-request: https://github.com/SerenityOS/serenity/pull/24485
Reviewed-by: https://github.com/ADKaster
3 changed files with 101 additions and 0 deletions
|
@ -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()) },
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue