rairo commited on
Commit
e0f8204
·
verified ·
1 Parent(s): 4243aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -215,6 +215,7 @@ Insert placeholder tags for visualisations like:
215
  r'<img\s+src="([^"]+\.png)"\s*/?>',
216
  lambda m: f'<img src="{m.group(1)}" width="{int(page_w_mm)}" />',
217
  html_body)
 
218
  # -----------------------------------------------------------------------
219
 
220
  pdf.set_font(FONT_NAME, "", 11)
 
215
  r'<img\s+src="([^"]+\.png)"\s*/?>',
216
  lambda m: f'<img src="{m.group(1)}" width="{int(page_w_mm)}" />',
217
  html_body)
218
+ html_body = html_body.replace("\x95", "•")
219
  # -----------------------------------------------------------------------
220
 
221
  pdf.set_font(FONT_NAME, "", 11)