mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibTextCodec: Add EUC-KR decoder
This commit is contained in:
committed by
Andreas Kling
parent
ded6512ca8
commit
7f3b457e62
@@ -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