mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibPDF: Add two FIXMEs
This commit is contained in:
parent
d451197d3d
commit
2249e79630
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/nico
Commit: 2249e79630
Pull-request: https://github.com/SerenityOS/serenity/pull/21427
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,9 @@ PDFErrorOr<NonnullRefPtr<Encoding>> Encoding::from_object(Document* document, No
|
|||
auto name = obj->cast<NameObject>()->name();
|
||||
if (name == "StandardEncoding")
|
||||
return standard_encoding();
|
||||
|
||||
// FIXME: MacExpertEncoding
|
||||
|
||||
if (name == "MacRomanEncoding")
|
||||
return mac_encoding();
|
||||
if (name == "WinAnsiEncoding")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue