mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibTextCodec: Add EUC-KR decoder
This commit is contained in:
committed by
Andreas Kling
parent
ded6512ca8
commit
7f3b457e62
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/skyrising Commit: https://github.com/SerenityOS/serenity/commit/7f3b457e62 Pull-request: https://github.com/SerenityOS/serenity/pull/24485 Reviewed-by: https://github.com/ADKaster
@@ -210,6 +210,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{ "big5"sv, prepare_table(data.get("big5"sv)->as_array()) },
|
||||
{ "jis0208"sv, prepare_table(data.get("jis0208"sv)->as_array()) },
|
||||
{ "jis0212"sv, prepare_table(data.get("jis0212"sv)->as_array()) },
|
||||
{ "euc_kr"sv, prepare_table(data.get("euc-kr"sv)->as_array()) },
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user