Error when outputting "Ж" and "И" Russian alphabet characters in SVG format.

0 votes
asked Jun 1, 2023 in Bug by S_Alex
java -jar ..\plantuml-1.2023.8.jar -charset windows-1251 -tsvg  -output "out" "Err.puml"

@startdot
digraph foo {
node [style=rounded];
node [shape=box];
  Err [label="А, Б, В, Г, Д, Е, Ё, Ж, З, И, Й, К, Л, М, Н, О, П, Р, С, Т, У, Ф, Х, Ц, Ч, Ш, Щ, Ъ, Ы, Ь, Э, Ю, Я"];
  Ok [label="а, б, в, г, д, е, ё, ж, з, и, й, к, л, м, н, о, п, р, с, т, у, ф, х, ц, ч, ш, щ, ъ, ы, ь, э, ю, я"];
  "Ok_" -> Ok;
  Ok -> Err;
  Err -> "Err_";
}
@enddot

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...