Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyrillic letters are not supported #37

Open
nickolayl opened this issue May 20, 2017 · 1 comment
Open

Cyrillic letters are not supported #37

nickolayl opened this issue May 20, 2017 · 1 comment

Comments

@nickolayl
Copy link

Cyrillic letters are not supported.

Example:

@startuml

left to right direction
skinparam packageStyle rectangle

actor :Пользователь: as User

rectangle Инкассация {
usecase (Готовит банкноты) as UC1
usecase UC2 as "Готовит инкассационную сумку

..Действия..

Складывает банкноты в инкассационную сумку и пломбирует сумку"
usecase (Распечатывает РКО) as UC3
usecase (Распечатывает инкассационную ведомость) as UC4
usecase (Производит запись в кассовой книге салона) as UC5

User -> UC1 : Шаг 1
User -> UC2 : Шаг 2
User -> UC3 : Шаг 3
User -> UC4 : Шаг 4
User -> UC5 : Шаг 5

usecase UCO1 as "Проверяет целостность сумки и пломбы"
usecase UCO2 as "Ставит подпись, печать и дату приема сумки в инкассационной ведомости и передаёт ее
кассиру"
usecase "Забирает сумку" as UCO3

}

actor "Ответственный" as inkassator

inkassator -> UCO1 : Шаг 6
inkassator -> UCO2 : Шаг 7
inkassator -> UCO3 : Шаг 8

@enduml

@makrus
Copy link

makrus commented Mar 23, 2018

Works fine with Package settings: Charset = UTF-8
Atom 1.25.0 x64, Windows 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants