hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Emoji are not rendered in windows and in the export file #172

Open lesnake opened 11 months ago

lesnake commented 11 months ago

What I am doing I'm using emoji like in this plantuml example for emoji

@startuml
Alice -> Bob : Hello <:1f600:>
return <:innocent:>
Alice -> Bob : Without color: <#0:sunglasses:>
Alice -> Bob : Change color: <#green:sunny:>
@enduml

What whappends The preview and the exported image (svg, png) are showing : tst

What I am expecting Instead of this, obtained using the web client : tst

Why I think there is an issue The plantumel syntax for emoji code, like <:1f600:>, is displayed in the image instead of the emoji.

Configuration Using Eclipse : Version: 2023-06 (4.28.0) Build id: 20230608-1333 on windows 10 x64 french PlantUML Feature 1.1.29 PlantUML Library Feature 1.2023.10