Skip to content

Commit 4393fe8

Browse files
fix: GLYPH issue with encodings (#128)
Signed-off-by: Peter Staar <[email protected]>
1 parent 0197102 commit 4393fe8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docling_parse/pdf_resources_v2/encodings/winansi.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@
9393
7c;bar
9494
7d;braceright
9595
7e;asciitilde
96+
7f;bullet
9697
80;Euro
98+
81;bullet
9799
82;quotesinglbase
98100
83;florin
99101
84;quotedblbase

src/v2/pdf_resources/page_font.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ namespace pdflib
559559
LOG_S(ERROR) << "Symbol not found: " << int(c)
560560
<< "; Encoding: " << to_string(encoding)
561561
<< "; font-name: " << font_name;
562-
562+
563563
return notdef;
564564
}
565565
}

0 commit comments

Comments
 (0)