diff options
Diffstat (limited to 'Libraries/LibTextCodec/Decoder.h')
-rw-r--r-- | Libraries/LibTextCodec/Decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibTextCodec/Decoder.h b/Libraries/LibTextCodec/Decoder.h index 419617f49c..1f476c42df 100644 --- a/Libraries/LibTextCodec/Decoder.h +++ b/Libraries/LibTextCodec/Decoder.h @@ -46,5 +46,7 @@ public: }; Decoder* decoder_for(const String& encoding); +String get_standardized_encoding(const String& encoding); +bool is_standardized_encoding(const String& encoding); } |