ifad / colore

COmmon LOcal REpository
MIT License
0 stars 3 forks source link

(*) => PDF conversion does not support emoji #312

Open tagliala opened 1 week ago

tagliala commented 1 week ago

Test with txt

image

Test with html

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Emoji</title>
</head>

<body>
  <p>✅</p>
</body>

</html>

image

tagliala commented 1 week ago

https://bugs.documentfoundation.org/show_bug.cgi?id=160070

Maybe it has been fixed on 7.6 and onward