bug 9549 Chinese characters are not rendered properly in pdf reports

This commit is contained in:
prculley 2016-07-30 11:19:22 -05:00
parent a6126dbd03
commit c83326a4d6

View File

@ -449,6 +449,8 @@ def run():
startcli(error, argpars)
def main():
if win() and ('PANGOCAIRO_BACKEND' not in os.environ):
os.environ['PANGOCAIRO_BACKEND'] = "fontconfig"
errors = run()
if errors and isinstance(errors, list):
for error in errors: