Grammar error occurs when specifying full-width digits with the "as" keyword in timing diagrams

0 votes
asked May 11, 2023 in Question / help by anonymous

When using the "as" keyword to assign aliases to lifelines or other elements in a timing diagram, specifying full-width digits results in a grammar error and generates an error image.
I have three questions regarding the above issue:

  1. Similarly, full-width characters such as "full-width alphabets" or "Hiragana" don't cause a grammar error, but full-width digits are not supported?
  2. Are there any plans to support the specification of full-width digits in the future?
  3. In our usage scenario, we sometimes use "full-width alphabets" or "hiragana." Is there any risk of unintended behavior when specifying these characters?
- Full-width digits cause a grammar error.
```
@startuml
robust "WB" as 123
@enduml
```
- Full-width alphabets don't cause a grammar error.
```
@startuml
robust "WB" as WB
@enduml
```

1 Answer

0 votes
answered May 11, 2023 by plantuml (294,960 points)
 
Best answer

Thanks for the suggestion.

This is fixed now!

commented May 19, 2023 by anonymous
Thank you for your quick response!
We have confirmed that the problem has been resolved with the latest version.
...