processing / processing/processing4
`processing cli` does not support Cyrillic characters on Windows
@isazfranz đang làm issue này rồi.
Từ ngày 11/2/2026.
- Ngôn ngữ chính
- Java
- Star
- 494
- Fork
- 183
- Merge trung bình
- 4 giờ 39 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.4.7
Operating system
Windows
Bug description
When running a Processing sketch via the CLI on Windows, Cyrillic characters printed to the console are not displayed correctly. Instead of the expected characters, the console shows ????????.
Steps to reproduce this
-
Print Cyrillic characters to the console in a sketch
-
Run said sketch with the following command
cmd /c "C:\Program Files\Processing\Processing.exe" cli --sketch=c:\Users\Stef-\Downloads\RotatingArcs --run 2>&1 | Out-String -
Observe
????????instead of the Cyrillic characters
snippet
println( "Привет, это текст на кириллице (Hi, this is a text on Cyrillic)");
Additional context
Mentioned by Aigars on the forum
Would you like to work on the issue?
No, I’m just reporting the issue
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.