diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.99k stars 1.19k forks source link

When entering Korean text, encoding appears broken #2701

Open SeoBoSeok opened 7 months ago

SeoBoSeok commented 7 months ago

Describe the bug Korean text does not display correctly in PDF files (Unicode not applied).

To Reproduce Steps to reproduce the behavior including code snippet (if applies):

  1. Go to LINK
  2. See error

Expected behavior 동해물과 백두산이 마르고 닳도록 하느님이 보우하사 우리나라 만세.(후렴) 무궁화 삼천리 화려강산 대한 사람 대한으로 길이 보전하세.

Screenshots If applicable, add screenshots to help explain your problem.

스크린샷 2024-04-03 오후 9 05 25

Desktop (please complete the following information):

hyokwang-ahn commented 3 months ago

안녕하세요, 서보석님 Hello, Seo Bo-seok.

사용된 Oswald 폰트는 한국어가 지원되지않습니다. 한국어가 지원되는 다른 폰트를 사용하면 정상적으로 동작됩니다. The Oswald font used does not support Korean. If you use another font that supports Korean, it will work normally.

image