Skip to content

Commit

Permalink
Update pypdf/_cmap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan <[email protected]>
  • Loading branch information
ssjkamei and stefan6419846 authored Oct 6, 2024
1 parent 83d4899 commit e468a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_encoding(
encoding = _parse_encoding(ft)
map_dict, int_entry = _parse_to_unicode(ft)

# apply rule from PDF ref 1.7 §5.9.1, 1st bullet :
# Apply rule from PDF ref 1.7 §5.9.1, 1st bullet:
# if cmap not empty encoding should be discarded
# (here transformed into identity for those characters)
# if encoding is an str it is expected to be a identity translation
Expand Down

0 comments on commit e468a4d

Please sign in to comment.