ReportLab Django Not Rendering Chinese Characters
问题 I'm having difficulty making ReportLab render Chinese Characters. From everything I've looked up people are saying that it is probably a font problem but I've used a lot of different fonts and it doesn't even seem to be using them at all. The Chinese characters always just come out as black squares. Below is some sample code of what I have. # -*- coding: utf8 -*- from reportlab.lib.pagesizes import letter from reportlab.pdfbase.ttfonts import TTFont from io import BytesIO pdfmetrics