plantuml / plantuml.js

PlantUML that runs completely on javascript without needing java/servers
https://plantuml.github.io/plantuml.js/
MIT License
187 stars 25 forks source link

Multibyte string is unreadable because of the garbled characters #74

Open tanaga9 opened 3 weeks ago

tanaga9 commented 3 weeks ago

Multi-byte characters may become garbled and displayed as tofu characters.

I want to specify the charset UTF-8.

2024-05-30 21 20 30

I was able to reproduce the issue using plantuml.github.io/plantuml.js.

@startuml
tofu <|-- トーフ
とうふ -- 豆腐
@enduml
tanaga9 commented 3 weeks ago

I think I need more additional font. (How do I...)

font.adoc Looks like listfonts isn't working in JS.