processing / processing/processing4

`processing cli` does not support Cyrillic characters on Windows

Aperta
#1,249 9 commenti 1 reazione 1 assegnatario Vedi su GitHub

@isazfranz ci sta già lavorando.

Dal 11/2/2026.

bug Reserved: EC
Lingua principale
Java
Stelle
494
Fork
183
Merge medio
4h 39m
PR unite (30g)
3

Descrizione

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
  1. Print Cyrillic characters to the console in a sketch

  2. 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

  3. 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

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.