mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibTextCodec: Add Latin2 text decoder (#4579)
This commit is contained in:
committed by
GitHub
parent
c7911fdce9
commit
518ba73dcb
@@ -45,6 +45,11 @@ public:
|
||||
virtual String to_utf8(const StringView&) override;
|
||||
};
|
||||
|
||||
class Latin2Decoder final : public Decoder {
|
||||
public:
|
||||
virtual String to_utf8(const StringView&) override;
|
||||
};
|
||||
|
||||
Decoder* decoder_for(const String& encoding);
|
||||
String get_standardized_encoding(const String& encoding);
|
||||
bool is_standardized_encoding(const String& encoding);
|
||||
|
||||
Reference in New Issue
Block a user