You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
when pdf include emoji,such as:😄
unicode=0x1f604
when use ms word to generate pdf
the unicode include space
https://pdfium.googlesource.com/pdfium/+/refs/heads/main/core/fpdfapi/font/cpdf_tounicodemap.cpp
when space is break,so get unicode=0xd83d
but right is =[d8,3d,de,04], then [d8,3d,de,04].decode('utf-16-be') => '😄'
The text was updated successfully, but these errors were encountered: